Skip to content

Commit

Permalink
more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Azaya89 committed Oct 19, 2024
1 parent a53fa76 commit b18baf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion census2010/anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies: *pkgs

commands:
notebook:
notebook: census_one.ipynb
notebook: census2010.ipynb

variables: {}
downloads:
Expand Down
2 changes: 1 addition & 1 deletion census2010/census2010.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"outputs": [],
"source": [
"%%time\n",
"df = dd.read_parquet('./data/census_one.parq', engine='fastparquet')\n",
"df = dd.read_parquet('./data/census2010.parq', engine='fastparquet')\n",
"df = df.categorize('race')\n",
"df = df.persist()"
]
Expand Down
File renamed without changes

0 comments on commit b18baf4

Please sign in to comment.