bessagroup / f3dasm

Framework for Data-Driven Design & Analysis of Structures & Materials (F3DASM)
https://f3dasm.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
111 stars 29 forks source link

Print ExperimentData #229

Closed maxkukkola closed 9 months ago

maxkukkola commented 9 months ago

It would be nice to have a feature that lets you print the ExperimentData when running code from your IDE or terminal (similar to how you have shown it can do in Jupyter notebooks).

Selection_039

For example when you print(data) it can display it or alternatively a method similar to pandas.DataFrame.head could be useful where only the first n values are shown. This would help a lot with debugging and for beginners to learn.

mpvanderschelling commented 9 months ago

Duplicate of #227