Christof Kaufmann
Results
3
issues of
Christof Kaufmann
This small example ``` python import seaborn as sns df = sns.load_dataset('attention', index_col=0) sns.scatterplot(df, x='subject', y='score', s=df['solutions']*20, hue='attention') ``` results in a `TypeError`. Traceback ``` python TypeError Traceback (most recent...
Since 0.8.0 reading a zstandard compressed file does not work anymore. The following code works in 0.7.2, but not in 0.8.0 and 0.9.0: ``` python import geopandas as gpd import...