CryptoSpartan commited on
Commit
628448c
·
1 Parent(s): b21d46e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Schema (when in a [polars](https://docs.pola.rs/) DataFrame):
19
  'trade_count': UInt32,
20
  'volume': UInt32,
21
  'vol_weighted_avg_price': Float64,
22
- 'timestamp': Datetime(time_unit='us', time_zone='UTC'),
23
  'ticker': Categorical,
24
  'name': Categorical
25
  ```
 
19
  'trade_count': UInt32,
20
  'volume': UInt32,
21
  'vol_weighted_avg_price': Float64,
22
+ 'timestamp': Datetime(time_unit='ms', time_zone='UTC'),
23
  'ticker': Categorical,
24
  'name': Categorical
25
  ```