Skip to content

Commit 491d764

Browse files
committed
link to df2t.m, t2df.m dataframe/table converters
1 parent d2d097b commit 491d764

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ native MATLAB variables and vice versa can be found in the ``code`` directory:
1919
* https://github.com/Apress/python-for-matlab-development/blob/main/code/matlab_py/py2mat.m
2020
* https://github.com/Apress/python-for-matlab-development/blob/main/code/matlab_py/mat2py.m
2121

22+
## ``df2t.m`` and ``t2df.m``
23+
24+
Pandas dataframe to and from MATLAB table converters, conceptually
25+
similar to ``py2mat.m`` and ``mat2py.m``, can be found at
26+
Artem Lenskiy's [PythonToMatlab](https://github.com/Lenskiy/PandasToMatlab)
27+
project.
28+
2229
## Material from the MATLAB Expo 2022
2330

2431
Slides and other files cited in the "Python for MATLAB Development"

0 commit comments

Comments
 (0)