Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 21 online users. » 1 Member(s) | 15 Guest(s) Baidu, Bing, Yandex, Google, Mojeek, kshahzad1985
|
|
|
pickle problem |
Posted by: DPaul - Sep-26-2022, 09:22 AM - Forum: General Coding Help
- Replies (13)
|
 |
Hi,
I can write and read pickle files, no problem.
But if I lookup how to merge a pickle file to an existing pickle file, I get somewhat confused,
I f..... More
|
|
|
If - Then With Dates |
Posted by: Hockey_Rob - Sep-25-2022, 03:53 PM - Forum: General Coding Help
- No Replies
|
 |
All,
I am very new to python and I am struggling to create conditional formulas with dates. I have two excel spreadsheets that I have read in usin..... More
|
|
|
0 == 0 is 0 |
Posted by: yalajules - Sep-25-2022, 03:49 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
I don't understand why 0 == 0 is 0 returns True ? What is the order of priority ?
Although (0==0) is 0 returns False and 0 == (0 is 0..... More
|
|
|
Using scipy.optimize: curve_fit |
Posted by: ju21878436312 - Sep-24-2022, 01:15 PM - Forum: Data Science
- No Replies
|
 |
Hey there,
I would like to model exponential data by a curve_fit with scipy. The fit fits well for small x-values, but less so for bigger x-values..... More
|
|
|
|