snotskie / EpistemicNetworkAnalysis.jl

Native implementation of Epistemic Network Analysis written in the Julia programming language. Based on rENA 0.2.0.1.
https://snotskie.github.io/EpistemicNetworkAnalysis.jl/
GNU General Public License v3.0
6 stars 2 forks source link

Represent filters in xlsx export better #35

Open snotskie opened 1 year ago

snotskie commented 1 year ago

Currently, unitFilter and friends are Functions. These are tricky to represent in plaintext in a spreadsheet cell in a language-agnostic way. We make do by storing the intermediate representatiom of the Julia function. But that makes importing the filter back in difficult, so from_xlsx hasn't been finished yet

One idea I have is to take a page from python and run SQL against the dataframes instead of using a function-based filter

That would give us a neat, language-agnostic, plaintext rep. The limitations though are: