BatteRaquette58
commited on
Update README.md
Browse files
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 |
|