I hope everyone is having a great week so far. I am seeking a solution that allows me to easily import a FlexSim table into Python. My objective is to execute a Python code that reads data from a FlexSim table and stores it in a dataframe for further data processing tasks. Currently, I have a script that exports global tables to a .csv file when prompted, which meets my requirements. However, I believe it would be more efficient to eliminate the intermediate step and create a Python function that directly retrieves data from a FlexSim model. This streamlined approach would save time and eliminate the need to manage "juggling .csv" files during subsequent validation processes in Python. I would like to know if it is possible to achieve this.