Skip to content

Instantly share code, notes, and snippets.

@prakashthegyan
Created February 4, 2020 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prakashthegyan/8258135a50b14da5786b165bd1de01f0 to your computer and use it in GitHub Desktop.
Save prakashthegyan/8258135a50b14da5786b165bd1de01f0 to your computer and use it in GitHub Desktop.
import pandas as pd
marks10th=pd.read_csv('10thClassMarks.csv')
marks12th=pd.read_csv('12thClassMarks.csv')
IDandName=pd.read_csv('StudentIDandName.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment