Best of PandasApril 2024

  1. 1
    Article
    Avatar of hnHacker News·2y

    Spreadsheet UI for Python

    PySheets provides a spreadsheet UI for Python, allowing users to perform exploratory data science, use Pandas, create charts with matplotlib, import Excel sheets, analyze data, and create reports. All the Python code runs in the browser, and PySheets itself is also written in Python. Collaboration, unlimited sheets, community support, and unlimited AI generations.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·2y

    Utilizing Pandas AI for Data Analysis

    Learn how to utilize Pandas AI for data analysis, including setup, data exploration, data visualization, and advanced usage.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build a Production-Grade Movie Recommender in Python – A Machine Learning Handbook

    Learn how to build a movie recommendation system in Python using pandas, machine learning algorithms, and CountVectorizer for text pre-processing. The system analyzes movie descriptions, leverages cosine similarity to find similar movies, and provides personalized recommendations based on user preferences.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Applied Data Science: A / B Testing

    Learn A/B testing in data science, its impact on business decisions, and how to implement it using Python.

  5. 5
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·2y

    Interactive Mind Map of All Pandas Operations

    The post shares an interactive mind map that lists all Pandas methods grouped by operation type. It covers various types of operations like I/O methods, DataFrame creation methods, statistical info, renaming methods, plotting methods, time-series methods, grouping methods, pivot methods, and categorical data methods. The mind map helps in discovering new Pandas methods.