<h2>Retro Pandas - Plotting back in 1985</h2>
<img src="https://decider.com/wp-content/uploads/2014/07/back-to-the-future.jpg?quality=90&strip=all&w=646&h=335&crop=1"/>
```python
$pip install a-pandas-ex-console-plot
from a_pandas_ex_console_plot import pd_add_console_plot
import pandas as pd
import numpy as np
pd_add_console_plot()
#https://pandas.pydata.org/pandas-docs/stable/user_guide/visualization.html
df2 = pd.DataFrame(np.random.rand(10, 4), columns=["a", "b", "c", "d"])
df2.ds_console_plot(sizepic=70, kind="bar", subplots=False)
```
### Isn't that beautiful? hahahaha
<img src="https://github.com/hansalemaos/screenshots/raw/main/pandasconsoleplott.png"/>
Raw data
{
"_id": null,
"home_page": "https://github.com/hansalemaos/a_pandas_ex_console_plot",
"name": "a-pandas-ex-console-plot",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pandas,plotting",
"author": "Johannes Fischer",
"author_email": "<aulasparticularesdealemaosp@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/c0/bf/1dfd1f9a8ccfc903c1e799cbc8d9f64f9b319d9bc0fd36e75ab00aba2b92/a_pandas_ex_console_plot-0.10.tar.gz",
"platform": null,
"description": "\n<h2>Retro Pandas - Plotting back in 1985</h2>\n\n\n\n\n\n<img src=\"https://decider.com/wp-content/uploads/2014/07/back-to-the-future.jpg?quality=90&strip=all&w=646&h=335&crop=1\"/>\n\n\n\n\n\n\n\n```python\n\n\n\n$pip install a-pandas-ex-console-plot\n\n\n\nfrom a_pandas_ex_console_plot import pd_add_console_plot\n\nimport pandas as pd\n\nimport numpy as np\n\npd_add_console_plot()\n\n#https://pandas.pydata.org/pandas-docs/stable/user_guide/visualization.html\n\ndf2 = pd.DataFrame(np.random.rand(10, 4), columns=[\"a\", \"b\", \"c\", \"d\"])\n\ndf2.ds_console_plot(sizepic=70, kind=\"bar\", subplots=False)\n\n\n\n```\n\n### Isn't that beautiful? hahahaha\n\n\n\n<img src=\"https://github.com/hansalemaos/screenshots/raw/main/pandasconsoleplott.png\"/>\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Retro Pandas - Plotting back in 1985",
"version": "0.10",
"split_keywords": [
"pandas",
"plotting"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "0aa3d0a29081527e6db973ea7f93986d",
"sha256": "feb00822de573b6333123f6cefb8f4110fd7bc7ff9e4b8cfaf580fc83e704de7"
},
"downloads": -1,
"filename": "a_pandas_ex_console_plot-0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0aa3d0a29081527e6db973ea7f93986d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6858,
"upload_time": "2022-12-29T23:29:47",
"upload_time_iso_8601": "2022-12-29T23:29:47.740719Z",
"url": "https://files.pythonhosted.org/packages/ba/67/68e92a6e1945535f1b990702638e5366f326ff395cf384668e011e225664/a_pandas_ex_console_plot-0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "82e4887a3ce60759773963fea3834635",
"sha256": "d3cb03ddcf5ba2662d6bd36882c5cbd9462701076c9267f60877e0250609e9e4"
},
"downloads": -1,
"filename": "a_pandas_ex_console_plot-0.10.tar.gz",
"has_sig": false,
"md5_digest": "82e4887a3ce60759773963fea3834635",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5246,
"upload_time": "2022-12-29T23:29:49",
"upload_time_iso_8601": "2022-12-29T23:29:49.272981Z",
"url": "https://files.pythonhosted.org/packages/c0/bf/1dfd1f9a8ccfc903c1e799cbc8d9f64f9b319d9bc0fd36e75ab00aba2b92/a_pandas_ex_console_plot-0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-29 23:29:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hansalemaos",
"github_project": "a_pandas_ex_console_plot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "a_pandas_ex_columns_and_index",
"specs": []
},
{
"name": "a_pandas_ex_less_memory_more_speed",
"specs": []
},
{
"name": "ansi",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "Pillow",
"specs": []
}
],
"lcname": "a-pandas-ex-console-plot"
}