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
4.[loading a built-in dataset](#4-loading-the-built-in-datasets)
89
89
90
90
#### 1. Creating DataFrame from an array of rows or columns
91
91
The easiest and most straightforward way of creating a DataFrame is by passing all data in an array of arrays to `fromRows:` or `fromColumns:` message. Here is an example of initializing a DataFrame with rows:
0 commit comments