-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
API DesignIO JSONread_json, to_json, json_normalizeread_json, to_json, json_normalizeNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
Is your feature request related to a problem?
Curious to know why pd.read_json has kwarg typ
instead of rtype
or return_type
? Sorry if the answer is too simple but I couldn't find something that could explain it and typ
might not be trivial to guess.
Describe the solution you'd like
few ways I guess (assuming there isn't a component that would break from this change)
- Change variable to
rtype
- Change variable to
return_type
- Update documentation to reflect reason for choice of variable name
API breaking implications
[this should provide a description of how this feature will affect the API]
Describe alternatives you've considered
[this should provide a description of any alternative solutions or features you've considered]
Additional context
[add any other context, code examples, or references to existing implementations about the feature request here]
pd.read_json(typ='series')
Metadata
Metadata
Assignees
Labels
API DesignIO JSONread_json, to_json, json_normalizeread_json, to_json, json_normalizeNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action