Timeline for Creating names from URLs
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 26, 2020 at 13:10 | vote | accept | shamalaia | ||
| Jun 26, 2020 at 6:50 | comment | added | Graipher |
You should probably use df['URL'].str.split('.').str[-2].str.upper() instead of a list comprehension for some more speed.
|
|
| Jun 25, 2020 at 16:05 | history | answered | G. Sliepen | CC BY-SA 4.0 |