Skip to content

Commit

Permalink
Update 08 demos from Wednesday
Browse files Browse the repository at this point in the history
  • Loading branch information
dshean committed Feb 26, 2022
1 parent dc7c095 commit 31698e9
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@
"df"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"df['GPS Date'].iloc[0]"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -78,6 +87,15 @@
"pd.to_datetime(df['GPS Date'] + ' ' + df['GPS Time'])"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#pd.read_csv?"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -141,6 +159,15 @@
"df.head()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"df.index"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading

0 comments on commit 31698e9

Please sign in to comment.