Hi could someone guide me in the following problem, there must be tons of guides on this problem but for some reason I can't get google to find a nice how to, t
I am upgrading my prooject from springboot 2.4.4 to 2.6.7 but in the newer version I am getting this runtime error due to cyclic dependency: *******************
Can anyone tell me what does "\1" mean in the following regular expression in Python? re.sub(r'(\b[a-z]+) \1', r'\1', 'cat in the the hat')
Hi I want to compare two chars of different strings in C and it's not working, help me please: int main (void) { string b="blue"; int len=strlen(b);
I need to add a new column labelled "counter" to the existing dataframe that will be calculated as shows in the example below: symbol percentage ??? counter ??
Intellij IDEA is installed on Windows. The java application built with maven requires native libraries (with JNI) and runs on Ubuntu. Using maven and git on W
Can anyone give me a way to do a qq plot in Seaborn as a test for normality of data? Or failing that, at least in matplotlib. Thanks in advance