awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

add polars to Data Analysis and Plotly to Data Visualization

Open DanielSarmiento04 opened this issue 1 year ago • 2 comments

General Comments

The purpose of this pull request is to add polars to the Data Analysis section and Plotly to the Data Visualization section

The changes made to the README.md file are well-formatted and adhere to the existing style of the document. The links provided for polars and Plotly point to the correct GitHub repositories.

DanielSarmiento04 avatar Aug 20 '23 23:08 DanielSarmiento04

@DanielSarmiento04 I am unsure how strict this project is, but I do note that your PR comment does not match the template. I don't see "What is this Python project?" heading and content, nor "What's the difference between this Python project and similar ones?" heading and content, nor the very useful "Anyone who agrees with this pull request could submit an Approve review to it." -- necessary for getting 20 votes and inclusion. Would you consider amending your post?

bowmanjd avatar Oct 14 '23 11:10 bowmanjd

Sure, here you can view the packages with the specific description

Description

This pull request aims to enrich the data analysis and data visualization capabilities of this Python project by introducing two essential packages: Polars and Plotly.

What is this Python project?

This Python project is a comprehensive data analysis and visualization tool that caters to various user needs. It offers a wide array of features and functionalities for data manipulation, analysis, and representation. What's the difference between this Python project and similar ones?

Unlike similar Python projects, our project distinguishes itself by offering an extensive ecosystem of tools for data handling and visualization, making it a one-stop solution for data professionals and enthusiasts. With the inclusion of Polars and Plotly, we are further enhancing the project's capabilities, enabling users to work with data more efficiently and create stunning visualizations effortlessly. Changes in this PR:

Added the Polars package to the Data Analysis section. Added the Plotly package to the Data Visualization section.

Links

Polars GitHub Repository Plotly GitHub Repository

DanielSarmiento04 avatar Oct 23 '23 20:10 DanielSarmiento04