python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create a subset of dataframe in python?
I have a large dataset(pandes dataframe) with following headers
RAM = [f"RUT1_Azi_{i}" for i in range(10)]
RDP = [f"RUT1_Dtctn_Probb_{i}" for i in range(´10)]
RDI = [f"RUT1_Dt...
Mageo
Votes: 0
Answers: 2
Dynamically Creating Images And Tables From User Input In R Shiny
I am trying to develop my first application in R Shiny, but so far the examples that I have found have been displaying how to make use of proprietary datasets (like carot or mtcars) rather than how to...
LowlyAnalyst
Votes: 0
Answers: 1
Get Jaccard Similarity by Comparing All Rows in A Pandas Dataframe While Keeping Track of Rows Being Compared
Hi I would like to get the Jaccard similarity between all rows in a dataframe.
I already have a jaccard similarity function like the following which is taking in two lists, but I couldn't get my head ...
newbie-python
Votes: 0
Answers: 1
Using wildcards to filter out words between semantic tags with R
I have a dataset that has a feature body which are all text from an html file and include semantic tags like so,
</strong>earned six <a href="http://www.vox.com/2016/5/3/11576244/tony-a...
Matthew Fernandez
Votes: 0
Answers: 1