# streamlit-aggrid-pro
<br>
# Install
```
pip install streamlit-aggrid-pro
```
# Quick Use
Create an example.py file
```python
from st_aggrid_pro import AgGridPro
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv')
AgGridPro(df)
```
Run :
```shell
streamlit run example.py
```
# 注:
由于aggrid的最新包样式有问题,所以调整代码和样式,紧急升级此包
Raw data
{
"_id": null,
"home_page": "https://github.com/llllyang123/streamlit-aggrid-pro",
"name": "streamlit-aggrid-pro",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7.1,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Pablo Fonseca",
"author_email": "yangxiaochuang2@163.com",
"download_url": "",
"platform": null,
"description": "# streamlit-aggrid-pro\n\n<br>\n\n# Install\n```\npip install streamlit-aggrid-pro\n\n```\n\n# Quick Use\nCreate an example.py file\n```python\nfrom st_aggrid_pro import AgGridPro\nimport pandas as pd\n\ndf = pd.read_csv('https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv')\nAgGridPro(df)\n```\nRun :\n```shell\nstreamlit run example.py\n```\n\n# \u6ce8\uff1a\n\u7531\u4e8eaggrid\u7684\u6700\u65b0\u5305\u6837\u5f0f\u6709\u95ee\u9898\uff0c\u6240\u4ee5\u8c03\u6574\u4ee3\u7801\u548c\u6837\u5f0f\uff0c\u7d27\u6025\u5347\u7ea7\u6b64\u5305\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Streamlit component implementation of ag-grid-pro",
"version": "0.3.35",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4569a3f72c80b4e174b0e6805fc5c130c98ff4ead8ef28fe37294de12f411a1a",
"md5": "7626b10458d6094c956fc72eccabd824",
"sha256": "b41b990a50da9455a86aa406d7e667afe5080c66c32b995c9f66fca2350c78cb"
},
"downloads": -1,
"filename": "streamlit_aggrid_pro-0.3.35-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7626b10458d6094c956fc72eccabd824",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7.1,<4.0",
"size": 19616063,
"upload_time": "2023-04-11T11:42:06",
"upload_time_iso_8601": "2023-04-11T11:42:06.777562Z",
"url": "https://files.pythonhosted.org/packages/45/69/a3f72c80b4e174b0e6805fc5c130c98ff4ead8ef28fe37294de12f411a1a/streamlit_aggrid_pro-0.3.35-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-11 11:42:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "llllyang123",
"github_project": "streamlit-aggrid-pro",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "streamlit-aggrid-pro"
}