I am trying to rewrite the code of this paper: https://doi.org/10.1038/s42003-020-0837-0 I have written the code step-by-step based on the instructions mention
i need to get payments where the payment date is done before 100 days ago, I have a (date) when make a payment, and i tried this, but doesn't working: $statusSe
If I have a string with any type of non-alphanumeric character in it: "This., -/ is #! an $ % ^ & * example ;: {} of a = -_ string with `~)() punctuation"
I'm using the Search API as defined here: https://developers.box.com/docs/#search It works well, though I noticed that when I make a folder on the site, then
I have an application that relies on a kafka service. With Kafka connect, I'm getting an error when trying to curl localhost:8083, on the Linux VM that's runnin
I have a dataframe which I want to plot with matplotlib, but the index column is the time and I cannot plot it. This is the dataframe (df3): but when I try
I have this legacy function, that I would like to write a unit test: def get_hour_diff(src): if not src: return 0 return ((datetime.strptime(src