You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
someone sent me a csv file they downloaded from pvgis, and I needed to parse it, so I had to call the private methods like this:
Describe the solution you'd like
If I need this, others may also. I think a public method that takes either a string or a buffer could be useful? Something called read_pvgis_tmy_csv()
Describe alternatives you've considered
I was able to do it by just calling the private function and it worked, so that's an alternative also