Most viewed questions in Data Analytics

0 votes
1 answer

Rearrange columns while fetching from datasource

You cannot reorder the columns like below. suppose ...READ MORE

Nov 4, 2019 in Data Analytics by rajeev
381 views
0 votes
1 answer

Truncate numeric values without round off

You can either use substring function or ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
379 views
0 votes
1 answer

Error , screenshot shared.

Hope you are doing great. Please share with ...READ MORE

Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
379 views
0 votes
1 answer

How to read an excel file in R?

Hi@akhtar, You can read your excel file by using the read.xlsx() function ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
378 views
0 votes
1 answer

Export the updated or manipulated dataframe or result as csv and excel file

Hi, Karthik. Check it out how to write ...READ MORE

Sep 10, 2019 in Data Analytics by sindhu
378 views
0 votes
1 answer

R: Sample from a neighborhood according to scores

I would suggest you to use the truncated ...READ MORE

May 29, 2018 in Data Analytics by Sahiti
• 6,370 points
378 views
0 votes
1 answer

function to sort elements in a list

@ch, Using sort function. sort(l,decreasing = T) > l = ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
377 views
0 votes
1 answer

Python API in TensorFlow

Python is the most recognizable and “the ...READ MORE

Oct 5, 2018 in Data Analytics by kurt_cobain
• 9,390 points
376 views
0 votes
1 answer

Neural Networks in Deep Learning

Neural networks as the name suggests are ...READ MORE

Oct 8, 2018 in Data Analytics by kurt_cobain
• 9,390 points
375 views
0 votes
1 answer

Loading multiple packages at the same time

You can use the p_load() function from ...READ MORE

Jun 4, 2018 in Data Analytics by Bharani
• 4,660 points
375 views
0 votes
1 answer

How do I convert a factor into date format?

That was close. The as needs to ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
374 views
0 votes
1 answer

Create a matrix in R.

Hi@akhtar, A matrix is a two-dimensional rectangular data ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
374 views
0 votes
1 answer

How to split strings in R?

You can use the  strsplit method to do ...READ MORE

Mar 30, 2019 in Data Analytics by Sophie may
• 10,610 points
374 views
0 votes
1 answer

Is there a way to display correlation in graphical manner in R?

Ans There are multiple ways of getting this. ...READ MORE

Nov 26, 2018 in Data Analytics by Maverick
• 10,840 points
374 views
0 votes
1 answer

Cleaning data using R

Try something like this: text1='"id","gender","age","category1","category2","category3","category4","category5","category6","category7","category8","category9","category10" 1,"Male",22,"movies","music","travel","cloths","grocery",,,,, 2,"Male",28,"travel","books","movies",,,,,,, 3,"Female",27,"rent","fuel","grocery","cloths",,,,,, 4,"Female",22,"rent","grocery","travel","movies","cloths",,,,, 5,"Female",22,"rent","online-shopping","utiliy",,,,,,,' d1 <- read.table(text=text1, sep=",", ...READ MORE

Nov 13, 2018 in Data Analytics by Maverick
• 10,840 points
374 views
0 votes
0 answers

Different Datasets for R

Hi. Im new to R, Can you ...READ MORE

Jul 16, 2019 in Data Analytics by rohini
373 views
0 votes
1 answer

Any built-in function to find mode

You can try out the below code ...READ MORE

Apr 14, 2018 in Data Analytics by kappa3010
• 2,090 points
371 views
0 votes
0 answers

R plots to show categorical fields in graphs

Which R plots are best to show ...READ MORE

Jul 9, 2019 in Data Analytics by nikita
370 views
0 votes
1 answer

Report function outputs in R programming

In your case, you've stored the output ...READ MORE

Jan 14, 2019 in Data Analytics by Sophie may
• 10,610 points
370 views
+1 vote
1 answer

How to create global data sets in R?

You can use the <<- operator for assigning variables ...READ MORE

Dec 12, 2018 in Data Analytics by Maverick
• 10,840 points
370 views
0 votes
1 answer

features of TensorFlow?

Tensorflow has APIs for Matlab, and C++ ...READ MORE

Sep 26, 2018 in Data Analytics by kurt_cobain
• 9,390 points
370 views
0 votes
1 answer

How to see the tree after making decision tree?

Hey Bindhu, If you have created a decision tree using ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
369 views
0 votes
0 answers

shiny apps authentication

How to add authentication for shiny applications? READ MORE

Jul 17, 2019 in Data Analytics by rithvik
368 views
0 votes
1 answer

R programming error

Loop 1: the value of speed is ...READ MORE

Apr 3, 2019 in Data Analytics by Tyrion anex
• 8,700 points
368 views
0 votes
1 answer

Can rows be converted into columns in R?

You can use of the R package ...READ MORE

Dec 11, 2018 in Data Analytics by Maverick
• 10,840 points
368 views
0 votes
0 answers

How to store r output that contains both text and tables using render* Functions?

How to store r output that contains ...READ MORE

Jul 19, 2019 in Data Analytics by pragyat
367 views
0 votes
0 answers

Using One Sample Kolmogorov Smirnov Test in R for in-group Variation/ Distribution

0 In order to compare the voice characteristics ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
366 views
0 votes
1 answer

Errors on eclipse console as soon as I create a new activity

Restart your eclipse might be solve this ...READ MORE

Nov 8, 2018 in Data Analytics by Maverick
• 10,840 points
365 views
0 votes
1 answer

How can I make a list of lists in R?

Lists of lists are simple to create. list1 ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
364 views
0 votes
1 answer

How to install R in Linux system?

Hi@akhtar, R is available as a binary for ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
364 views
+1 vote
1 answer

Calculating relative risks in R

You can calculate the relative risk as  ...READ MORE

Mar 16, 2019 in Data Analytics by Tyrion anex
• 8,700 points
364 views
0 votes
1 answer

How can I left align two graph edges?

By using a modified version of rbind.gtable ...READ MORE

May 11, 2018 in Data Analytics by zombie
• 3,790 points
362 views
0 votes
1 answer

Format the date values in a specific format

@ch, Use format.Date function to convert one format ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
361 views
0 votes
0 answers

Summary of fields after group by a field.

How to summarize fields wIth respect to ...READ MORE

Jul 19, 2019 in Data Analytics by nitya
360 views
0 votes
1 answer

Error: could not find function ... in R

If you encounter an error stating "'some.function' ...READ MORE

Jun 22, 2023 in Data Analytics by anonymous
• 1,180 points
359 views
0 votes
0 answers

How can I create a graph for R? (barplot)

I want to draw a graph of ...READ MORE

Apr 10, 2020 in Data Analytics by anonymous
• 120 points
356 views
0 votes
1 answer

API inside TensorFlow project

The API’s inside TensorFlow are still Python-based ...READ MORE

Oct 5, 2018 in Data Analytics by kurt_cobain
• 9,390 points
356 views
0 votes
1 answer

What happens when prob argument in sample sums to less/greater than 1?

Excellent query. The documentation is ambiguous on ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
354 views
0 votes
1 answer

Can a data scientist do everything a data analyst can do?

Technically speaking, yes and no. Yes from ...READ MORE

Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
354 views
0 votes
0 answers

i want downloded previous classes of data science webinars

Aug 10, 2020 in Data Analytics by Chandra
• 120 points
353 views
0 votes
1 answer

Would time taken to train n-random forest be equal to n x (decision trees)

No, the time to train the random ...READ MORE

Aug 7, 2018 in Data Analytics by Abhi
• 3,720 points
353 views
0 votes
0 answers

Edit date values in ggplot line chart -R

Hi, I want to edit the data ...READ MORE

Jul 25, 2019 in Data Analytics by rekha
351 views
0 votes
1 answer

Related to cluster topic

Hi Learner, Hope you are doing well, Please find ...READ MORE

Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
351 views
0 votes
1 answer

List should be atomic

@ch, A few functions only work with an ...READ MORE

Oct 28, 2019 in Data Analytics by Cherukuri
• 33,030 points
350 views
0 votes
1 answer

Bias-Variance Decomposition

It is generally used to decompose problems ...READ MORE

Oct 23, 2018 in Data Analytics by kurt_cobain
• 9,390 points
349 views
0 votes
1 answer

How to use the switch statement in R functions?

Switch definitely wasn't intended to operate this ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
348 views
0 votes
1 answer

Editing the plots/visualization on a timeline.

find the ten lowest total cash flows. ...READ MORE

Nov 16, 2018 in Data Analytics by Maverick
• 10,840 points
348 views
0 votes
1 answer

?: The only 'Run as' choice 'Run Configurations. Why?

Dear Learner, Greetings ! The issue which you are ...READ MORE

Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
348 views
0 votes
1 answer

How can I create a correlation matrix in R?

An example, d <- data.frame(x1=rnorm(10), ...READ MORE

Jun 14, 2022 in Data Analytics by Sohail
• 3,040 points
347 views
+1 vote
0 answers

How to show CLUSTERS AFTER USING Kmeans(data,n) in R?

Hi, I'm new to R. I used ...READ MORE

Jul 12, 2019 in Data Analytics by prakash
347 views