This PR fixes #5 by being more explicit in our schema types (rather than relying on Pandas/DSS to infer the time from a Dataframe). This is an issue that only seems to appear if the first row of the dataset has null values or values that would otherwise negatively influence the type inference.
This PR also adds a PyCharm build configuration for running unit tests.
This PR fixes #5 by being more explicit in our schema types (rather than relying on Pandas/DSS to infer the time from a Dataframe). This is an issue that only seems to appear if the first row of the dataset has null values or values that would otherwise negatively influence the type inference.
This PR also adds a PyCharm build configuration for running unit tests.