Skip to content
#

CSV

CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.

Here are 64 public repositories matching this topic...

Loan Eligibility Prediction Model: A machine learning application to predict loan approval based on applicant data. Includes a web interface for submitting loan applications and receiving predictions. Built with Python and Jupyter Notebook.

  • Updated Jun 1, 2024
  • Jupyter Notebook

This repository is a collection of Jupyter Notebooks featuring data analysis, cleaning, CSV exports, SQL files, and a database diagram image related to police datasets. Explore various data analysis and manipulation techniques used to handle police-related datasets.

  • Updated Jan 15, 2024
  • Jupyter Notebook

Have you always wanted to make visuals of pokemon data? I found a csv file that has stats on most of the pokemon and I used python, seaborn and matplotlib to make some cool visualizations. This work was sampled from a cool tutorial on seaborn's great visualizations(https://elitedatascience.com/python-seaborn-tutorial#step-1). This covers a good …

  • Updated Sep 13, 2023
  • Jupyter Notebook

Embarking on Mars data exploration! Using Jupyter Notebooks, I'll scrape Mars news and weather details. Firstly, I'll extract titles and preview text from the Mars News site using Beautiful Soup. Then, I'll dive into Mars weather data, analysing temperatures, atmospheric pressure, and more.

  • Updated Aug 23, 2023
  • Jupyter Notebook