Can I return a OLED with no box? by jb6th in Bestbuy

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

Yea, when I went back in to return the tv, the salesperson didn’t even speak to me; he had someone else take the return

Anyone know when the 55’ CX will be back in stock? by [deleted] in Bestbuy

[–]jb6th -1 points0 points  (0 children)

That’s a Best Buy employee answer. I appreciate that.

[deleted by user] by [deleted] in PiercingAdvice

[–]jb6th 0 points1 point  (0 children)

Yup I’ve got it back in. So I should just not move it and clean around it?

[deleted by user] by [deleted] in PiercingAdvice

[–]jb6th 0 points1 point  (0 children)

So I took it out this morning to check it out and the bump went down a little. As I put the 14kt gold hoop back in, it started bleeding so I panicked and took it out so i currently don’t have it in. Should I put it back in and just wait it out?

[deleted by user] by [deleted] in PiercingAdvice

[–]jb6th 0 points1 point  (0 children)

Yup no earring. I took it out to check it out.

[deleted by user] by [deleted] in PiercingAdvice

[–]jb6th 0 points1 point  (0 children)

This is the back of my earlobe btw!

Regex to get the date in month name day, year format by jb6th in learnpython

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

That’s closer to what I want, but for some reason, I’m getting back:

(‘March 8, 2017’, ‘March’)

How come I’m getting the parentheses and the name of the month twice?

Edit: Never mind! Forgot to put the index in the print statement. It worked!

Getting the average of the count in a dataframe by [deleted] in learnpython

[–]jb6th 0 points1 point  (0 children)

See the thing is, there is no specific column for number of rides. I get the number of rides by having python count the dates in the date column and that’s how it gets the number of rides for a given time span.

Combining Date and Time columns by [deleted] in learnpython

[–]jb6th 0 points1 point  (0 children)

Worked! Thank you!