-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Adding variable description in DataFrame #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I second this request. Something similar is available in matlab's dataset object, which, in addition to ObsNames (=pandas indices) and VarNames (=pandas columns), also has VarDescription und Unit, which are freely usable. I, for example, use the former for verbose descriptions of the column names, and the latter to hold excel formatting strings (eg '0.00%'). This is useful when I want to output the dataset to excel nicely formatted. |
Indeed this sound interesting. |
Something more to store ... default column formatter. It would be nice to be able to define a default column display formatter. Use case could be to display integers in non decimal format, typically hex or binary. |
might be nice to combine all of these into one meta data issue to rule them all |
closing as covered by #2485 |
…agate_other_pymongo_errors MDP-574 Only catch OperationFailure exceptions during auth
Hi,
I think it would be great if DataFrame is able to store additional property (list of strings) which contains the description for each variable (column). And then it can be shown by themselves with variable names as well as in the output of pandas.DataFrame.info(). I think with this DataFrame will be pretty much self contained. Right now I need to keep additional object or a text file which contains those descriptions.
Please let me know what do you think!
-Joon
The text was updated successfully, but these errors were encountered: