Skip to content

Handcalcs with pandas and numpy

connorferster edited this page Jun 22, 2020 · 5 revisions

Currently, handcalcs is not currently compatible with pandas and numpy. While it is relatively easy to render a numpy array, matrix, or pandas dataframe as a latex table (even one compatible with MathJax and Katex), I am not yet clear on the best way of representing these objects (or components of these, in the case of dataframe columns operations) as part of a parameter = symbolic vars = numeric substitution = result style of representation, especially when it comes to working with an array much larger than 5x5 (e.g. do we just use three dots in the middle rows/cold? Do we just use .head()? Do we show columns as vertical arrays? Could we just use column names or array indexes? How do we represent operations such as division? How much information is enough?)

New ideas, in the form of Latex code, are needed!

Clone this wiki locally