Skip to content

Commit

Permalink
reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
JaykumarPatel4802 committed Apr 11, 2023
1 parent 98176c4 commit cd289c8
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"outputs": [],
"source": [
"\n",
"dataset = pd.read_csv('dataset/dataWithWeather/AUS_WITH_WEATHER_2022.csv', index_col=0)"
"dataset = pd.read_csv('../dataset/dataWithWeather/AUS_WITH_WEATHER_2022.csv', index_col=0)"
]
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -65,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -79,7 +79,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -94,16 +94,16 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"airline_id = pd.read_csv('dataset/AIRLINE_ID.csv')\n"
"airline_id = pd.read_csv('../dataset/AIRLINE_ID.csv')\n"
]
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -114,7 +114,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -125,7 +125,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -153,7 +153,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit cd289c8

Please sign in to comment.