Created
June 2, 2017 13:12
-
-
Save gidden/303ac67dee6a254464afc599e6ac93a1 to your computer and use it in GitHub Desktop.
read from db
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGION | MODEL | SCENARIO | WHAT | TSYEAR | TSVALUE | |
---|---|---|---|---|---|---|
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1990 | 0.060111363426 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1990 | 0.060111363426 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1991 | 0.066719862828 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1991 | 0.066719862828 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1992 | 0.06319255648 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1992 | 0.06319255648 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1993 | 0.064592366254 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1993 | 0.064592366254 | |
AFR | History | CEDS | CEDS+|9+ Sectors|Emissions|BC|Agricultural Waste Burning|Harmonized | 1994 | 0.063353347406 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
df = pd.read_csv('ex.csv') | |
print(df) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment