add support for Jupyter lab env
- Python Published by kongscn 12 months ago
Provide a easy to access method ecplot for pandas dataframe and series, e.g. if df is a pandas dataframe, so that one can visualize df with a single line:
ecplot
df
python df.ecplot('line')
- Python Published by kongscn almost 8 years ago