logoalt Hacker News

Kalanosyesterday at 12:53 PM0 repliesview on HN

Regarding compatibility, fireducks appears to be using the same column dtypes:

```

>>> df['year'].dtype == np.dtype('int32')

True

```