Skip to content
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

pandas column-type overwrite #1

Open
isichei opened this issue Mar 8, 2019 · 1 comment
Open

pandas column-type overwrite #1

isichei opened this issue Mar 8, 2019 · 1 comment

Comments

@isichei
Copy link
Contributor

isichei commented Mar 8, 2019

Allow option to overwrite standard conversion e.g.

{
  "int": "character",
  "long": "character"
}

Should also enable specific column type overwrite:

{
  "col2": "int"
}

☝️ First thinking is to always use agnostic meta data types to make it easier for the user to understand. However there is probably more flexibility in pandas datatypes so maybe there should be the option for both.

@isichei
Copy link
Contributor Author

isichei commented Jan 27, 2020

This issue will be solved / depreciated by issue #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant