nasaspaceapps2020

NASA Space Apps 2020 by Hacker’s Tribe Foundation

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

Importing and Loading the dataset

import pandas as pd

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

Certificate Signing Bot