network_stuff:machine_learning:pandas
- labels and data
- series and dataframes Link
- Series: is one-dimensional. But remember in pandas there's always an index/label axis, so is really two 'columns'
- series are like dictionaries but much more powerful (they can be accessed by index/key)
MODELS, TRAIN AND PREDICT
Important and unseen relationships frequently live in high-dimensional spaces
network_stuff/machine_learning/pandas.txt · Last modified: by 127.0.0.1
