nasaspaceapps2020

NASA Space Apps 2020 by Hacker’s Tribe Foundation - Jodhpur

Steps to ensure while uploading your project:

How to create a Pull Request

NOTE - Use Github Desktop if using Windows to upload the files

RESOURCES

Procedure for installing Jupyter Notebook and Python via Anaconda

Import the dataset and Load the dataset

import pandas as pd

read_file = pd.read_csv(‘filename.csv’)