Skip to content

Commit

Permalink
Update exercise1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasseema authored Nov 15, 2023
1 parent 928963d commit b464b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/exercise1.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def executePipeline():
'column_7': 'float64',
'column_8': 'float64',
'column_9': 'float64',
'column_10': 'int32',
'column_10': 'float32',
'column_11': 'str',
'column_12': 'str',
'geo_punkt': 'str'
Expand All @@ -39,4 +39,4 @@ def executePipeline():


if __name__ == "__main__":
AirportData.executePipeline()
AirportData.executePipeline()

0 comments on commit b464b37

Please sign in to comment.