Skip to content

v3.1.0

Latest

Choose a tag to compare

@HowToSD HowToSD released this 11 Jun 04:28

This release contains:

  1. Bug fix for nodes that show strings. The bug was that those nodes may not display text or make the system hang:
  • CDAShowInt
  • CDAShowFloat
  • PandasShowDataFrame
  • PandasShowText
  • PandasShowSeries
  • NumpyShow
  • PandasShowIndex
  1. Added lxml package as a dependency for parsing html for PandasLoadHTML node.
  2. Added PandasExcelFileSheetNames & PyListToString nodes for viewing the list of sheets in an Excel file.
    To display the list, add PandasExcelFileSheetNames node, specify the Excel file name. Then connect output to PyListToString node to convert the list to a string, then connect the output to Pandas Show Text node to display the string. Refer to examples/workflows/excel_file_sheet_names.json.