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
At least before Python 3.7 column ordering is not kept. I am new to the field of data science and data engineering. I am wondering whether column order is significant in a table.
WDYT?
The text was updated successfully, but these errors were encountered:
Hi @amirouche, dictionary order is considered an implementation detail and not relevant for most use cases. If you require a specific order, you can use collections.OrderedDict.
At least before Python 3.7 column ordering is not kept. I am new to the field of data science and data engineering. I am wondering whether column order is significant in a table.
WDYT?
The text was updated successfully, but these errors were encountered: