Skip to content

Commit 48eb8c8

Browse files
authored
Update README.md
1 parent c9caf08 commit 48eb8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Simple Python code that helps to retrieve predictit market data.
44
# data
55
Given a number, returns a [Pandas](https://pandas.pydata.org/docs/) dataframe of the market data. It attempts to grab the last 90 days, but can be changed to 24h,7d, or 30d as well. Constructor defaults to '90d', but can take the other dates as an argument.
66

7-
`df = data(6598)
7+
`df = data(6598)`
88

9-
print(df.head())`
9+
`print(df.head())`
1010

1111
![alt text](https://github.com/tuttlepower/predictit_markets/blob/master/images/output_example.PNG "Output Example")
1212

0 commit comments

Comments
 (0)