{"id":935,"date":"2019-10-01T11:46:09","date_gmt":"2019-10-01T11:46:09","guid":{"rendered":"http:\/\/buklijas.info\/blog\/?p=935"},"modified":"2019-12-29T18:38:16","modified_gmt":"2019-12-29T18:38:16","slug":"qgrid-is-an-interactive-grid-for-jupyter-notebook","status":"publish","type":"post","link":"http:\/\/buklijas.info\/blog\/2019\/10\/01\/qgrid-is-an-interactive-grid-for-jupyter-notebook\/","title":{"rendered":"qgrid is an interactive grid for Jupyter notebook"},"content":{"rendered":"
Published on:<\/strong> 01.10.2019<\/p>\n One useful tool for doing exploratory data analysis in Jupyter notebook is<\/strong> qgrid<\/a>.<\/p>\n Qgrid is an interactive grid for sorting, filtering<\/strong>, and editing Pandas DataFrames in Jupyter notebooks.<\/p>\n When I first saw qgrid, I did not understand the use of it. When I started doing exploratory data analysis, after some time I notice that I spend most of my time sorting and filtering data<\/strong> to understand\/find the connection between it, changing code, pressing SHIFT+ENTER and waiting for the result.<\/p>\n With qgrid changing code and pressing SHIFT+ENTER steps are removed, changing filters\/sorting in qgrid requires less mental energy than writing code and it is less error-prone<\/strong>.<\/p>\n Qgrid makes the whole process less time and energy-consuming, basically, I am increasing productivity with qgrid<\/strong>.<\/p>\n If you do any exploratory data analysis my suggestion is to try it.<\/p>\n Qgrid offers much more than just interactive sort\/filter for Pandas DataFrames<\/strong>, like events, for more information, there is a nice 1h video<\/a> and documentation<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" Published on: 01.10.2019 One useful tool for doing exploratory data analysis in Jupyter notebook is qgrid. Qgrid is an interactive grid for sorting, filtering, and editing Pandas DataFrames in Jupyter notebooks. When I first saw qgrid, I did not understand the use of it. Everything that qgrid can do I can do in regular Pandas […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[27],"tags":[62,63],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"yoast_head":"\n
\nEverything that qgrid can do I can do in regular Pandas<\/a> code.<\/p>\n