Please turn JavaScript on
Stack Overflow - Recent Questions icon

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  420.32 / day

Message History

I would like to merge 2 Data Frames on approximate country name with merge as of but i am getting the following error:

TypeError:'NoneType' object is not callable

Please see the illustrative code below:

cl = {'Country' : ["Brazil", "US", "Russia"], 'BL?':['No', 'No','Yes']} clist = pd.DataFrame.from_dict(cl) cd = {'Country' : ["Braizl", "us", "Rusia"]} c...

Read full story

The CreateProcess documentation states (my bold emphasis):

lpEnvironment [in, optional]

[...] If the environment block pointed to by lpEnvironment contains Unicode characters, be sure that dwCreationFlags includes CREATE_UNICO...


Read full story

Looking for the package "harmony" in the following link:

https://cran.r-project.org/web/packages/harmony/index.html

The page says:

Package ‘harmony’ was removed from the CRAN repository.

Formerly available versions can be obtained f...


Read full story

I have a remote computer with a Sentinel HASP Master Key connected to it. I am building a Java application using Maven on my local PC, and my goal is to automatically protect the resulting artifact (JAR/WAR) using Sentinel Envelope immediately after the build completes.

I have already configured the Admin Control Center (ACC) on my local machine under Configura...


Read full story

I'm wondering if there is a concise and accurate way to pull out the number of decimal places in a decimal value (as an int) that will be safe to use across different culture info?

For example:
19.0 should return 1,
27.5999 should return 4,
19.12 should return 2,
etc.

I wrote a query that did a string split on a period to find decimal places:


Read full story