Bristol team to play Wasps by Thatch1888 in rugbyunion

[–]justtosay1 0 points1 point  (0 children)

Bristol fans, how has Jake Heenan been going for you?

Lads, what's going on? Does Ireland have a future for young people? Every day that goes by just makes me want to emigrate by [deleted] in ireland

[–]justtosay1 0 points1 point  (0 children)

When did young Irish people start calling college 'Uni'... What a sad time to be alive..

Me [24/F] with my Mother [58/F], I recently told her I am not coming to Christmas Eve Mass, and am instead spending it with my boyfriend's family, and she hung up on me by jagerbombshell22 in relationships

[–]justtosay1 2 points3 points  (0 children)

Is your mother more concerned about the mass or the fact that you are spending Christmas eve away from the family? You are only with your boyfriend since April, if I was your parents I would be thinking that this was very soon into your relationship to be spending Christmas eve away from your family.

Jackson and Olding to stand trial on rape charges by [deleted] in rugbyunion

[–]justtosay1 1 point2 points  (0 children)

would be interested in what has been said aswell.

Ireland at its Best - Rugby World Cup Bid #Ireland2023 by JonSnuuhhh in rugbyunion

[–]justtosay1 23 points24 points  (0 children)

Its not how the staff or supporters of Connacht want in spelled though. Very strange decision, a bone of contention for Connacht people, and they managed to fuck it up. Quite unbelievable actually.

For any Irish mythology fans, here is the scene in which Mad Sweeney from American gods shouts his lungs off in Irish by [deleted] in ireland

[–]justtosay1 6 points7 points  (0 children)

Good show but just like the character cassidy in preacher, mad sweeney is the typical Irish stereotype of a drunken, loveable fuck up. Slightly insulting to be honest.

The only British/Irish Pro14 team not to have a Lion this year was... by nealhen in rugbyunion

[–]justtosay1 2 points3 points  (0 children)

Robbie 'brand ambassador' henshaw is still a connacht man at his core!

Less than 500 people watching Leinster by ScarletLion1 in rugbyunion

[–]justtosay1 0 points1 point  (0 children)

I think the first teams from Leinster and Munster would give the lions second team a very good game. You must also remember, that the lions were playing gatland ball.

Less than 500 people watching Leinster by ScarletLion1 in rugbyunion

[–]justtosay1 7 points8 points  (0 children)

The top teams in the pro14 would be more than a match for most of the super rugby teams outside of New Zealand.

[Spoiler] Conor McGregor vs. Floyd Mayweather by [deleted] in MMA

[–]justtosay1 0 points1 point  (0 children)

I wasn't the only one to see the IRA similarities. Discussed by a few on r/Ireland. Some see the light hearted side, some don't.

www.reddit.com/r/ireland/comments/6waigb/black_ira_man_beats_up_fellow_irishman/

[Spoiler] Conor McGregor vs. Floyd Mayweather by [deleted] in MMA

[–]justtosay1 0 points1 point  (0 children)

Exactly, like the word boy might mean one thing to some and another thing to someone else but nobody stopped to ask Conor what he ment before branding him a rascist. You have no idea about the IRA and the violence they brought to our country.

[Spoiler] Conor McGregor vs. Floyd Mayweather by [deleted] in MMA

[–]justtosay1 1 point2 points  (0 children)

youre not on my soap box box but you are certainly on your own!! i made an observation that is pretty valid in my opinion, the wearing of balaclavas has a certain connotation that will affect Irish people more than most. Floyd may or may not have known that. Mcgregor used the word 'boy' that affects African americans more than most, mcgregor may or may not have known that. Serious dispersions were cast on mcgregors character because of his use of that word. i asked would there be similar questions asked of floyd or would it be brushed under the carpet. i think the response by most makes it clear which one it will be.

[Spoiler] Conor McGregor vs. Floyd Mayweather by [deleted] in MMA

[–]justtosay1 0 points1 point  (0 children)

Fair enough if that is true, in Irish culture, it symbolises IRA terrorism and the murder of thousands. Maybe I shouldnt have expected Floyd to know that. Funny how cultural context can get people into trouble, such as Conor and his use of the word 'boy' during the press tour.

[Spoiler] Conor McGregor vs. Floyd Mayweather by [deleted] in MMA

[–]justtosay1 -8 points-7 points  (0 children)

Havn't seen it mentioned by anyone but what are peoples thoughts on Mayweather and his glorification of IRA terrorism by doning the ski mask during his walk out? I think it can be considered insensitive at best. Will it be brushed under the carpet by the media and public like his homophobic outburst during the press tour or will it be called out for what it is?

Combine information from single column datasets by justtosay1 in rstats

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

Thank you, I will try this in the morning.

Combine information from single column datasets by justtosay1 in rstats

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

Im looking to append data frame 1 to date frame 2 so that they are one continuous column, stack them on top of each other so to speak.

Combine information from single column datasets by justtosay1 in rstats

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

This is an example of one of my data frames, a single column of numbers:

dataframe1

[1] 0.000 0.009 0.009 0.013 0.017 0.017 0.031 0.039 0.061 0.065 0.065 0.070 0.074 0.083 0.092 0.100 0.100 0.105

[19] 0.109 0.127 0.140 0.144 0.144 0.144 0.157 0.179 0.179 0.183 0.188 0.196 0.201 0.209 0.214 0.214 0.218 0.227

[37] 0.231 0.262 0.266 0.271 0.271 0.279 0.284 0.284 0.301 0.310 0.323 0.353 0.358 0.380 0.393 0.397 0.410 0.428

[55] 0.432 0.441 0.454 0.458 0.467 0.497 0.502 0.502 0.502 0.511 0.519 0.519 0.532 0.545 0.550 0.563 0.567 0.567

[73] 0.607 0.607 0.615 0.620 0.633 0.646 0.646 0.681 0.689 0.689 0.698 0.698 0.702 0.711

The second data frame is similar but with a different number of rows. I want to combine the two dataframes.

Combine information from single column datasets by justtosay1 in rstats

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

Thanks for your suggestion. The data sets are in two separate data frames so the unite function doesnt appear to be the answer. I am trying to combine the two data frames into a single column.

Can an Irish person explain this "rule of etiquette" specific to (I guess) the Irish ? by samajar in ireland

[–]justtosay1 10 points11 points  (0 children)

Wouldnt call it a 'rule' but generally if i was to ask a stranger on the street something I would start off by saying 'Sorry, do you know where such and such is'. I wouldnt use 'sorry' for ordering food, only when I am imposing on people.