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
The datashape docs are particularly sparse when it comes to documenting discovery. In particular, it would be useful to describe how discovery works for the various backends. e.g., for Pandas dataframes, discover is conservative, and since pandas dataframes with string columns could, at any time, mutate to have None entries, it always reports those columns as ?string.
The text was updated successfully, but these errors were encountered:
The datashape docs are particularly sparse when it comes to documenting discovery. In particular, it would be useful to describe how discovery works for the various backends. e.g., for Pandas dataframes,
discover
is conservative, and since pandas dataframes with string columns could, at any time, mutate to have None entries, it always reports those columns as?string
.The text was updated successfully, but these errors were encountered: