Sep 30, 2017 django drf field framework key python rest source DRF: What is 'source' in Fields? For a couple of days I've been trying to de-serialise a JSON to a model. My problem is the model and the JSON
Sep 29, 2017 datetime django drf framework python rest timestamp Timestamp to DateTime Serializer Field for DRF I'm currently trying to deserialize JSON data to a Django model. This is quite straight forward for most numeric fields, but I have a `DateTime` field which is stored as a timestamp in the original JSON.
Sep 22, 2017 celery python unpack ValueError windows Run Celery 4.1.0 on Windows 10 TL;DR: Use set FORKED_BY_MULTIPROCESSING=1 on the worker script/shell When running Celery on Windows 10, I got the following error: ValueError:
Aug 8, 2017 dataframe date pandas python time timestamp Convert Timestamp to DateTime for Pandas DataFrame To convert a pandas data frame value from unix timestamp to python datetime you need to use: pd.to_datetime(df['timestamp'], unit=
Oct 25, 2016 api h2020 proposals python Get all Proposal Names from the Participant Portal I've found out the participant portal for H2020 offers an API. This is quite neat as one can integrate with the data, e.