BatteRaquette58 commited on
Commit
cfa54cb
1 Parent(s): b9d0a94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,12 +17,12 @@ A simple dataset containing ~400 rows of Airbnb's stock price.
17
 
18
  ## Dataset structure
19
 
20
- date (float64): Date of the stock price expressed as the epoch from 1/1/1970.
21
- open (float64): Price of the stock when the stock market opened.
22
- close_last (float64): Price of the stock when the stock market closed.
23
- volume (float64): Number of shares traded.
24
- high (float64): Highest price of the stock during the day.
25
- low (float64): Lowest price of the stock during the day.
26
 
27
  ## Credits
28
 
 
17
 
18
  ## Dataset structure
19
 
20
+ - date (float64): Date of the stock price expressed as the epoch from 1/1/1970.
21
+ - open (float64): Price of the stock when the stock market opened.
22
+ - close_last (float64): Price of the stock when the stock market closed.
23
+ - volume (float64): Number of shares traded.
24
+ - high (float64): Highest price of the stock during the day.
25
+ - low (float64): Lowest price of the stock during the day.
26
 
27
  ## Credits
28