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
Added support for the []-operator. It is now possible to get and set columns, rows and single values via the df[] syntax.
Added support for reading and writing all DataFrame files in a directory by specifying the directory path as the argument in calls to DataFrame.read() and DataFrame.write().