Skip to content

Instantly share code, notes, and snippets.

@Ayushverma8
Created October 1, 2021 18:31
Show Gist options
  • Save Ayushverma8/f092d6f3ee71ecb5386d871d136b9a7e to your computer and use it in GitHub Desktop.
Save Ayushverma8/f092d6f3ee71ecb5386d871d136b9a7e to your computer and use it in GitHub Desktop.
[{
"year": 2000,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2001,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2002,
"totalprecip_mm": 63.4,
"heatindex_c": 99.7
},
{
"year": 2003,
"totalprecip_mm": 52.4,
"heatindex_c": 49.7
},
{
"year": 2004,
"totalprecip_mm": 42.4,
"heatindex_c": 29.7
},
{
"year": 2005,
"totalprecip_mm": 52.4,
"heatindex_c": 49.7
},
{
"year": 2006,
"totalprecip_mm": 42.4,
"heatindex_c": 9.7
},
{
"year": 2007,
"totalprecip_mm": 32.4,
"heatindex_c": 39.7
},
{
"year": 2008,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2009,
"totalprecip_mm": 52.4,
"heatindex_c": 49.7
},
{
"year": 2010,
"totalprecip_mm": 42.4,
"heatindex_c": 45.7
},
{
"year": 2011,
"totalprecip_mm": 42.4,
"heatindex_c": 79.7
},
{
"year": 2012,
"totalprecip_mm": 22.4,
"heatindex_c": 49.7
},
{
"year": 2013,
"totalprecip_mm": 62.4,
"heatindex_c": 69.7
},
{
"year": 2014,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2015,
"totalprecip_mm": 72.4,
"heatindex_c": 9.7
},
{
"year": 2016,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2017,
"totalprecip_mm": 42.4,
"heatindex_c": 79.7
},
{
"year": 2018,
"totalprecip_mm": 32.4,
"heatindex_c": 59.7
},
{
"year": 2019,
"totalprecip_mm": 5.4,
"heatindex_c": 69.7
},
{
"year": 2020,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
}
]
@ayushyjain
Copy link

[{
"year": "2000,"
"totalprecip_mm": "42.4",
"heatindex_c": "49.7"
},
{
"year": 2001,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2002,
"totalprecip_mm": 63.4,
"heatindex_c": 99.7
},
{
"year": 2003,
"totalprecip_mm": 52.4,
"heatindex_c": 49.7
},
{
"year": 2004,
"totalprecip_mm": 42.4,
"heatindex_c": 29.7
},
{
"year": 2005,
"totalprecip_mm": 52.4,
"heatindex_c": 49.7
},
{
"year": 2006,
"totalprecip_mm": 42.4,
"heatindex_c": 9.7
},
{
"year": 2007,
"totalprecip_mm": 32.4,
"heatindex_c": 39.7
},
{
"year": 2008,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2009,
"totalprecip_mm": 52.4,
"heatindex_c": 49.7
},
{
"year": 2010,
"totalprecip_mm": 42.4,
"heatindex_c": 45.7
},
{
"year": 2011,
"totalprecip_mm": 42.4,
"heatindex_c": 79.7
},
{
"year": 2012,
"totalprecip_mm": 22.4,
"heatindex_c": 49.7
},
{
"year": 2013,
"totalprecip_mm": 62.4,
"heatindex_c": 69.7
},
{
"year": 2014,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2015,
"totalprecip_mm": 72.4,
"heatindex_c": 9.7
},
{
"year": 2016,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2017,
"totalprecip_mm": 42.4,
"heatindex_c": 79.7
},
{
"year": 2018,
"totalprecip_mm": 32.4,
"heatindex_c": 59.7
},
{
"year": 2019,
"totalprecip_mm": 5.4,
"heatindex_c": 69.7
},
{
"year": 2020,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
}

]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment