Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarciab authored Jun 27, 2024
1 parent b060959 commit a653b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ df = netcbs.transform(query,
df_agg = df_agg, # dataset with the income variable
year=2021, # year to study
cbsdata_path='G:/Bevolking', # path to the CBS data
agg_func=pl.mean, # calculate the average
agg_funcs=[pl.mean, pl.sum, pl.count], # calculate the average
return_pandas=False, # returns a pandas dataframe instead of a polars dataframe
lazy=True # use polars lazy evaluation (faster/less memory usage)
)
Expand Down

0 comments on commit a653b5a

Please sign in to comment.