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
IMO the simple solution is to disallow column names and duplicate names. This will make things much simpler for us. This will move the logic of what to do with empty column names in the clients and the backends.
In Python we can check at the client level that the DataFrame comply
We need to decide what to do with empty column names.
Looking at pandas:
read_csv
will automatically assign names to columns if it's empty.The text was updated successfully, but these errors were encountered: