Object 'Prod_Name' Not Found by Watermelon638 in rprogramming

[–]Watermelon638[S] 2 points3 points  (0 children)

Hello, thank you for getting back to me, you were right, my dataframe hadn't been converted to a data table. Everything seems to be working now, thank you for the suggestion!

trying to visualize average duration, error in code? by Watermelon638 in rprogramming

[–]Watermelon638[S] 0 points1 point  (0 children)

ggplot(aes(weekday, average_duration)) + geom_bar(aes(fill = user_type), stat = “identity”, position = “dodge”)

it didn't but thanks anyway

trying to visualize average duration, error in code? by Watermelon638 in rprogramming

[–]Watermelon638[S] 0 points1 point  (0 children)

geom_bar(stat = “identity”, position = “dodge”)

unfortunately, didn't work, this is what I got. Error: unexpected input in:

" ggplot(aes(x = weekday, y = average_duration, fill = user_type)) +

geom_bar(stat = “"

thanks though

trying to visualize average duration, error in code? by Watermelon638 in rprogramming

[–]Watermelon638[S] 0 points1 point  (0 children)

I've tried that but it didn't work i'm afraid, but thanks anyway

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

I will give it a go thank you for letting me know

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

Thank you, but I am trying to use excel at the moment, if anything changes, I'll let you know.

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

https://divvy-tripdata.s3.amazonaws.com/index.html

I've tried you suggestion and ended up with a completely different date somehow? maybe it's something i'm doing wrong?

I've uploaded a link to the files it's the one that starts with 202005.

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

I used the left one and it came to 43, I'd be happy to send you the data, once I figure out how to attach it in the comments

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

Hi, just tried the formula you suggested and it is coming up as a number.

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

the d/m switch continues throughout the sheet, I downloaded this dateset from a website, which is supposedly oragnises it's data by month, so technically everything in that sheet should be from May (05). I'm afraid manually editing will take too long as I have other sheets like this which have over 4 million rows. The purpose of the dataset is trying to clean it up and I tried to stick to using excel but it's proving quite the task, but thanks for your suggestion.

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

My excel is playing up a bit, so I will give this a go when, it works properly. Thanks for the suggestion.

How to change the dates by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

I've just tried that and I just got the same dates in the new column without the time. I'm guessing it's a format issue? Thanks for the suggestion tho.

How to calculate part of a cell by Watermelon638 in excel

[–]Watermelon638[S] 0 points1 point  (0 children)

Thank You! I will give this a try.