I've been trying to get the name of the month from a datetime series in a language other than English using panda's month_name on Windows.
According to the function's definition, I only need to set the locale parameter to the language code I want but I keep getting 'Error: unsupported locale setting'.
What could be the problem? Is there a way to get the current locales available to pandas?