Software Alternatives & Reviews

Data science and visualization with Repl.it

Pandas NumPy Matplotlib Dataset Search
  1. 1
    Pandas is an open source library providing high-performance, easy-to-use data structures and data analysis tools for the Python.
    Pricing:
    • Open Source
    Replace the code in main.py with the following. Remember how we mentioned earlier that data scientists have traditions about how to import certain libraries? Here you see a few more of these "short names". We'll use seaborn for plotting but import it as sns, pandas for reading the CSV file but import it as pd and NumPy for calculating the correlation but import it as np.

    #Data Science And Machine Learning #Data Science Tools #Python Tools 196 social mentions

  2. 2
    NumPy is the fundamental package for scientific computing with Python
    Pricing:
    • Open Source
    Replace the code in main.py with the following. Remember how we mentioned earlier that data scientists have traditions about how to import certain libraries? Here you see a few more of these "short names". We'll use seaborn for plotting but import it as sns, pandas for reading the CSV file but import it as pd and NumPy for calculating the correlation but import it as np.

    #Data Science And Machine Learning #Data Science Tools #Python Tools 107 social mentions

  3. matplotlib is a python 2D plotting library which produces publication quality figures in a variety...
    Pricing:
    • Open Source
    Here, we'll demonstrate how to do option 3, using Python and Matplotlib.

    #Development #Data Visualization #Technical Computing 98 social mentions

Discuss: Data science and visualization with Repl.it

Log in or Post with