ronkok / Hurmet

Rich text editor on the web, featuring live calculations.
https://hurmet.org/
25 stars 0 forks source link

Dataframe feature requests #15

Closed swopnil123 closed 5 months ago

swopnil123 commented 5 months ago

This feature to add items in data frames would be great. It would make calcs look more presentable.

image

ronkok commented 5 months ago

It is currently possible to append a column matrix to a data frame, like this: image

If I understand you correctly, you want to be able to prepend a column matrix to a data frame. Using the above example, that would be ID & rebar = ?. That's a good idea. I'll work on it. I'm busy with another topic this week, so I can have this done sometime next week.

ronkok commented 5 months ago

Hurmet can now prepend a vertical vector to a dataframe. You'll get the updated version of Hurmet the next time you open it (after being away for at least 4 hours).