Skip to contents

Capital bikeshare rides within Washington D.C. for September 2024

Usage

bkshr_flows

Format

a dataframe of 60,322 rows and three variables:

origin

the station where the bike ride began

dest

the station where the bike ride ended

count

the number of rides between origin and dest

Source

https://s3.amazonaws.com/capitalbikeshare-data/index.html According to the license Bikeshare hereby grants to you a non-exclusive, royalty-free, limited, perpetual license to access, reproduce, analyze, copy, modify, distribute in your product or service and use the Data for any lawful purpose

Details

additional details or explanation

References

Lyft Bikes and Scooters, LLC (2020). Capital Bikeshare System Data. Last accessed October 26, 2024.

Examples

bkshr_flows
#> # A tibble: 60,322 × 3
#>    origin  dest count
#>     <dbl> <dbl> <int>
#>  1  31623 31631   373
#>  2  31248 31248   339
#>  3  31623 31615   331
#>  4  31631 31623   313
#>  5  31247 31247   312
#>  6  31623 31640   253
#>  7  31288 31288   251
#>  8  31615 31623   249
#>  9  31258 31249   243
#> 10  31640 31623   238
#> # ℹ 60,312 more rows