Trending questions in Data Analytics

0 votes
0 answers

Using dcast to widen a data frame

I've got the following data set: data.frame(z, z, ...READ MORE

Jun 20, 2022 in Data Analytics by Avinash
• 1,260 points

edited Mar 4 18 views
0 votes
0 answers

Why I cannot save mutate result in r?

I tried to rank "date" within each ...READ MORE

Jun 9, 2022 in Data Analytics by Avinash
• 1,260 points
478 views
0 votes
0 answers

How to create a data summary function?

I'm trying to create a function that ...READ MORE

Jun 9, 2022 in Data Analytics by Avinash
• 1,260 points
423 views
0 votes
0 answers

How to generate correlation plot of my data.frame in R?

I have a df and I want ...READ MORE

Jun 9, 2022 in Data Analytics by Avinash
• 1,260 points
390 views
0 votes
0 answers

How do I change the data type of this column?

Hi, I have two columns in a ...READ MORE

Jun 12, 2022 in Data Analytics by Ahmad

edited Mar 4 18 views
0 votes
0 answers

How to identify which columns are not "NA" per row in a matrix?

I have a matrix of 12 rows ...READ MORE

Jun 10, 2022 in Data Analytics by Avinash
• 1,260 points

edited Mar 4 23 views
0 votes
0 answers

How to find the statistical mode?

Mean() and median() are common R functions ...READ MORE

Jun 10, 2022 in Data Analytics by Avinash
• 1,260 points

edited Mar 4 22 views
0 votes
0 answers

How to identify which columns are not "NA" per row in a matrix?

I have a matrix of 12 rows ...READ MORE

Jun 10, 2022 in Data Analytics by Avinash
• 1,260 points

edited Mar 4 19 views
0 votes
0 answers

How to print the head (first 10 rows) with only select variables in R

In order to print out the first ...READ MORE

Jun 9, 2022 in Data Analytics by Avinash
• 1,260 points

edited Mar 4 22 views
0 votes
0 answers

What does na.rm=TRUE actually means?

Whenever we have NA in our data, ...READ MORE

Jun 9, 2022 in Data Analytics by Avinash
• 1,260 points

edited Mar 4 19 views
0 votes
0 answers

How does mean parameter in rnorm function works

I was wanting to know how does ...READ MORE

Jun 2, 2022 in Data Analytics by avinash
• 1,840 points

edited Mar 4 19 views
0 votes
0 answers

Data science

So, there is no doubt that both ...READ MORE

May 19, 2022 in Data Analytics by Pravalika

edited Mar 4 111 views
+1 vote
3 answers

How to change the value of a variable using R programming in a data frame?

Try this: df$symbol <- as.character(df$symbol) df$symbol[df$sym ...READ MORE

Jan 11, 2019 in Data Analytics by Tyrion anex
• 8,700 points
36,147 views
0 votes
0 answers

what could be a sql query for :

what could be a sql query for ...READ MORE

Mar 21, 2022 in Data Analytics by anonymous

edited Mar 4 20 views
0 votes
1 answer

What is set.seed() in R?

Let me explain in simple words, set seed ...READ MORE

Jul 9, 2019 in Data Analytics by anonymous
• 33,050 points
41,985 views
0 votes
0 answers

How to start step by step learning of data analyst. What to start first R or Sql or Paython or tableau?

I don't have any previous knowledge of ...READ MORE

Jan 23, 2022 in Data Analytics by anonymous

edited Mar 4 52 views
0 votes
0 answers

How do I create a new variable using multiple data frames in R?

I am trying to create a new ...READ MORE

Jan 17, 2022 in Data Analytics by anonymous

edited Mar 4 45 views
+1 vote
2 answers

How to replace a value in a data frame based on a conditional 'If' statement?

It's easier to convert alpha to characters ...READ MORE

Jun 6, 2018 in Data Analytics by Sahiti
• 6,370 points
36,863 views
0 votes
0 answers

Data Science Training in Mumbai

I want the best institute regarding Data ...READ MORE

Oct 4, 2021 in Data Analytics by richamalhotra
• 100 points

edited Mar 4 21 views
0 votes
0 answers

Which of the below command used to remove a broadcast variable, "bvar", from memory?

Q1.Which of the below command used to ...READ MORE

Aug 27, 2021 in Data Analytics by Vipul

edited Mar 4 31 views
0 votes
0 answers

Which of the following is true of running a Spark application on Hadoop YARN?

Q12.Which of the following is true of ...READ MORE

Aug 27, 2021 in Data Analytics by Vipul

edited Mar 4 27 views
0 votes
0 answers

Hey Guys I really wants to learn and be Business analyst, I don't have funds to pay for

Hey Guys I really wants to learn ...READ MORE

Aug 26, 2021 in Data Analytics by Parambir

edited Mar 4 40 views
0 votes
3 answers

2) Which of the following are applicable to Bigdata technologies(Select all applicable)

Replication, transaction processing READ MORE

Nov 25, 2021 in Data Analytics by anonymous
3,506 views
0 votes
0 answers
0 votes
1 answer

7) What does "Dual platform architecture" mean?

Setup a new Bigdata setup for complete ...READ MORE

Sep 18, 2021 in Data Analytics by anonymous

edited Mar 5 3,425 views
0 votes
1 answer

Error in library(randomForest) : there is no package called ‘randomForest’

Hi@akhtar, You need to install the library in ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,460 points
11,331 views
+1 vote
2 answers

How can I drop columns by name in a data frame ?

We can Drop Columns by name in ...READ MORE

Apr 14, 2018 in Data Analytics by zombie
• 3,790 points
28,681 views
0 votes
0 answers

missing value where TRUE/FALSE needed

Hello, I have the following error: Error in while ...READ MORE

Jun 6, 2021 in Data Analytics by Anri

edited Mar 4 19 views
0 votes
0 answers

Unable to delete First Column showing "not found in axis" even after I added axis=1 and inplace= True

sheet1.drop('Questions', axis=1, inplace=True) READ MORE

Jun 2, 2021 in Data Analytics by Bhushan

edited Mar 4 28 views
+3 votes
2 answers

Error: could not find function - R Programming

Yes, Just like @Maverik said, It happens ...READ MORE

Aug 23, 2019 in Data Analytics by anonymous
• 33,050 points
34,110 views
0 votes
0 answers

replacing the missing value of a vector with the mean value of that vector

how to replacing the missing value of a ...READ MORE

May 29, 2021 in Data Analytics by Rizky

edited Mar 4 25 views
0 votes
0 answers

R: How to use lapply properly?

Hi folks, I have a question concerning the ...READ MORE

May 21, 2021 in Data Analytics by amelieeeee

edited Mar 4 29 views
0 votes
0 answers

R programming error missing value where TRUE FALSE needed

My code tfr<-function(x) {return (x[1]^2 + x[2]^2 ...READ MORE

May 20, 2021 in Data Analytics by Kaktus

edited Mar 4 35 views
0 votes
1 answer

13) The two data sources that telecom operators can leverage for Analytics are __________

A Network and Source data READ MORE

Jun 21, 2021 in Data Analytics by anonymous

edited Mar 5 2,418 views
0 votes
2 answers

What are the differences between overfitting and underfitting?

Overfitting is a modeling error which occurs when ...READ MORE

Aug 8, 2019 in Data Analytics by anonymous
34,913 views
0 votes
0 answers

How to plot frequency of Y/N data against age ranges in R.

I have a set of data with ...READ MORE

Apr 27, 2021 in Data Analytics by MrStickyRice

edited Mar 4 54 views
0 votes
1 answer

How can I print to stdout in R?

Hi@akhtar, Sometimes we need to print to stdout ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,460 points
7,525 views
0 votes
1 answer

Check palindrome or not in R

library(stringi) palindrome<-function(x) {   if(string_re ...READ MORE

Jan 14, 2022 in Data Analytics by Eshita Saha

edited Mar 5 7,364 views
0 votes
3 answers

How to select rows in a range from dataframe?

This should do it integer_location = np.where(df.index == ...READ MORE

Dec 16, 2020 in Data Analytics by Roshni
• 10,480 points
15,342 views
0 votes
0 answers

Can Artificial Intelligence be a threat to us? Justify your answer. If yes, how can we avoid that threat?

Can AI be a threat to us? ...READ MORE

Apr 13, 2021 in Data Analytics by anonymous

edited Mar 4 49 views
0 votes
0 answers

In which sector do you want to apply data mining? Why? How can you improve that section by applying data mining?

In which sector do you want to ...READ MORE

Apr 13, 2021 in Data Analytics by anonymous

edited Mar 4 23 views
0 votes
1 answer

17) Identifying customers likely to churn is part of __________

d) Churn Management READ MORE

Jun 8, 2021 in Data Analytics by anonymous

edited Mar 5 1,444 views
0 votes
0 answers

Best career courses related to Oracle

Hi, I have 9 years of experience ...READ MORE

Apr 5, 2021 in Data Analytics by Poorna

edited Mar 4 21 views
0 votes
1 answer

How to check if a element is present in the list?

There are multiple functions for this purpose ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,050 points
22,049 views
0 votes
1 answer

Change the order of multiple legends in ggplot

Hi Radha, You can change the order of ...READ MORE

Jul 24, 2019 in Data Analytics by Cherukuri
• 33,050 points
25,958 views
0 votes
1 answer

Error in library(plyr) : there is no package called ‘plyr’

Hi@akhtar, You need to install this library in ...READ MORE

Sep 7, 2020 in Data Analytics by MD
• 95,460 points
7,744 views
0 votes
1 answer

9) Subscriber Data analysis includes __________ (select all applicable)

Option d)  Subscriber profiling, upselling and innovative tariffs Master ...READ MORE

Dec 2, 2020 in Data Analytics by Gitika
• 65,770 points
3,657 views
0 votes
1 answer

Error in library(plotrix) : there is no package called ‘plotrix’

Hi@akhtar, You can use the install command at ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,460 points
5,013 views
0 votes
1 answer

How to remove an element from a list in R?

Hi@akhtar, You can remove a value from a ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,460 points
4,738 views
0 votes
0 answers

Why my interpolated map created in R is not similar to the one created with Surfer?

I would like to map rainfall data. ...READ MORE

Feb 17, 2021 in Data Analytics by anonymous

edited Mar 4 37 views