William Ferreira
William Ferreira
I'm trying to build pyql for WIN32 x64 in the following environment: - Python 3.6.2 | packaged by conda-forge | (default, Jul 23 2017, 22:58:45) [MSC v.1900 64 bit (AMD64)]...
I have to manually delete a task via the portal each time it completes (successfully or otherwise). Is there an option to delete a task automatically on termination? Otherwise, if...
From the examples directory: `aztk spark cluster submit --id --name PythonPi pi.py` causes: ``` (snip) raise AzureHttpError(message, http_error.status) azure.common.AzureHttpError: The specifed resource name contains invalid characters. InvalidResourceNameThe specifed resource name...
pandas.DateRange is deprecated. If run() is passed a date_range parameter constructed from pandas.DateRange it will actually be of time DatetimeIndex. Consequently run() fails to extract tzinfo from date_range since it...
How can I add filtering and sorting to columns?