You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Allow option to overwrite standard conversion e.g.
Should also enable specific column type overwrite:
☝️ 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.
The text was updated successfully, but these errors were encountered: