NpTDMS Documentation

Table 2 shows a Python code and output in Jupyter Notebook. After converting SAS dataset to Dataframe format, Pandas modules can handle it without any SAS modules. Columns in Dataframe correspond to variables in SAS dataset. In: # import the pandas modules import pandas as pd # Convert a SAS dataset 'test' to a Dataframe 'sasdt' ................
................