Need help to import a CSV file containing defined tables or sets of data like this :
GasFlowRatioValues.data=[ 0.2 0.275 0.4 0.6 0.8 ]
WaterFlowRatioValues.data=[ 0.7 0.8 0.9 0.99 ]
into 2 separate Numpy arrays
Thanks
Able to import normal CSV files but not able to import defined tables with [] or {}