crypto-lake / lake-api

Python API for accessing Lake high frequency tick trades & order book data
https://crypto-lake.com/
Apache License 2.0
24 stars 3 forks source link

Fixed bug when trying to convert next_funding_time to pd.datetime #12

Closed ewald-florian closed 6 months ago

ewald-florian commented 6 months ago

next_funding_time was converted to datetime even if it does not contain unix timestamps. Suggested solution is to leave the format as it is and instead rename it to "ns_until_next_funding_time" for clarification.