Skip to main content
Ian Gow's user avatar
Ian Gow's user avatar
Ian Gow's user avatar
Ian Gow
  • Member for 14 years, 11 months
  • Last seen this week
21 votes
5 answers
46k views

Flatten a list of strings and lists of strings and lists in Python [duplicate]

17 votes
4 answers
7k views

How to aggregate matching pairs into "connected components" in Python

4 votes
1 answer
10k views

How to append a vector to a list of vectors in R?

4 votes
2 answers
3k views

How can I append data to a PostgreSQL table with `dplyr` without `collect()`?

4 votes
1 answer
573 views

Is there a way to include knitr documents in a LaTeX document?

3 votes
1 answer
311 views

"Flatten" list containing lists of lists to list of lists

2 votes
2 answers
88 views

How do I stop bookdown reordering punctuation?

2 votes
2 answers
556 views

How do I get local data into a read-only database using dplyr?

2 votes
1 answer
800 views

What do I need to compile a Stata plugin for PostgreSQL on Windows?

2 votes
1 answer
5k views

How do I insert newline characters into Stata macro variables?

1 vote
2 answers
125 views

How do I turn sets into indicators of set membership?

1 vote
2 answers
364 views

Is there any way to tell dbplyr to evaluate an aggregate function in a window context?

0 votes
1 answer
60 views

How to achieve output of `kbl()` while hiding `kbl()` call?

0 votes
1 answer
186 views

How can I make this plot using Seaborn or matplotlib?

0 votes
1 answer
765 views

How can I get readr to handle quoted NA values?

0 votes
2 answers
126 views

How can I pass weights in a variable to rpart?

0 votes
2 answers
902 views

How can I combine a join using group variables with inequality joins in `dplyr::join_by`?