Posts
Sort by recent activity
Python - how to get a python datetime from a sql DateTime
I'm trying to generate data from a previous column - basically I want to figure out "week starting" (eg, value is always a Monday) given a datetime column.
What I'd like to do is treat the SQL Date...
Python generator - Timeouts and arbitrary failures
I don't understand why I'm getting timeouts and seemingly arbitrary failures when using the generator and generating data.
I'll open a project and it'll just say "python script timed out" - and it'...
Generate with Python check other column
I'm trying to create a Python script to generate data, and generate that data partially based off of a previous column.
Eg, I'm generating a sample set of "folders" for an area path - Area Level 1,...