stensmo
stensmo
DataFrames works very well for CSV data, but for other data sources, it's difficult to use. If users would get the CSV experience from e.g. JSON, it would be great.
I prepared a final example. This JSON represents a dataset in the real world. The task is to calculate (using DataFrames) mean of doors, tire size, cylinders, and horsepower. ```...
Here is a dataset which demonstrates the current problems well: https://raw.githubusercontent.com/altair-viz/vega_datasets/master/vega_datasets/_data/wheat.json