Skip to content

Commit

Permalink
Add prompt marks
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Dec 14, 2024
1 parent da3c787 commit d3e9952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ currently not a hard dependency, so you need to install it separately.
## Quick Start

```python
import dataiter as di
data = di.read_csv("data/listings.csv")
data.filter(hood="Manhattan", guests=2).sort(price=1).head()
>>> import dataiter as di
>>> data = di.read_csv("data/listings.csv")
>>> data.filter(hood="Manhattan", guests=2).sort(price=1).head()
.
id hood zipcode guests sqft price
int64 string string int64 float64 int64
Expand Down

0 comments on commit d3e9952

Please sign in to comment.