scicloj / tablecloth.time

Tools for the processing and manipulation of time-series data in Clojure.
Other
18 stars 1 forks source link

Create our own parse method #33

Closed ezmiller closed 3 years ago

ezmiller commented 3 years ago

We are still using the tick library's parse method in our codebase here. I think we would like to exclude tick from this project as a dependency and so it would be nice to have our own facilities for parsing. We have some code doing this in the slice namespace.

ezmiller commented 3 years ago

@rsiddharthan just wanting to flag that I added an issue for the idea that we may need our own parsing method as we discussed.