Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
e12e
on May 22, 2019
|
parent
|
context
|
favorite
| on:
Show HN: Empirical – a language for time-series an...
Looks very interesting. Is there (currently) any facility for saving work? Like writing dataframes and/or functions to disk? I had a quick look at the tutorial and source - but only found the stuff handling csv input.
chrisaycock
on May 22, 2019
[–]
It's pretty rudimentary, but you can save CSV files from a Dataframe with:
store(df, "some_file.csv")
I don't have modules yet, but you can load an Empirical code file from the REPL with a "magic command":
>>> \l my_functions.emp
The full list of magic commands is available with:
>>> \help
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: