_allthingsdata_ @allthingsdata_
😁📈📊#dataanalytics #datarocks Berlin, Germany Joined November 2019-
Tweets31
-
Followers57
-
Following250
-
Likes467
Python: Extract day from week number (YYYY-W01) format column monthly["new_col"] = monthly['weekn_column'].apply(lambda x: datetime.datetime.strptime(x + '-1', "%Y-W%W-%w")) Creates a new datetime column with YYYY-MM-DD.
SQL lpad() function: LPAD('name', 7, 'sur'); Result: 'surname' Pads the left-side of a string with a specific set of characters
Python loop with zip(): def lzip(df): t = 0 for a, b in zip(df['A'], df['B']): t += a + b return t Takes several iterables making an iterator that aggragates elements from each iterable.
Python cut() function: pd.cut(df[‘col_name’], 6) Bins values into discrete intervals.
Python use of idxmin() and idxmax(): df.loc[df[‘Salary’].idxmax()][‘Name’]
SQL running totals using OVER clause: SELECT ID, Date, Amount, SUM(Amount) OVER(PARTITION BY Date ORDER BY ID) as RunningTotal FROM Sales ORDER BY ID, Amount
Python Pandas: Data Wrangling cheat sheet pandas.pydata.org/Pandas_Cheat_S…
Python counting occurrences: n = [1,3,2,7,5,2,3,3] get_threes = list(filter(lambda n: n == 3, n)) count_threes = len(threes)
Python sorting: my_array.sort() - sorts and mutates the array in place np.sort(my_array) - returns a copy of the sorted array without mutating the original array
Python most frequent: freq = [3, 5, 2, 2, 1, 2, 3, 2] print(max(set(freq), key = freq.count)) # 2 Finds the most frequently occurring value in a list or string.
SQL data loading in chunks: SELECT col_names FROM table ORDER BY col_1 OFFSET @PageSize * @PageNumber ROWS FETCH NEXT @PageSize ROWS ONLY; A paging query where @PageSize is the number of rows you want in each chunk and @PageNumber is the iteration number.
Python formatting: To simultaneously perform several independent replacements use - replace(). Eg. replace a comma and dollar sign with ' ' string, then convert column values to floats: df['col_name'] = df.col_name.replace('[$,]', ' ', regex = True).astype('float')
Python functions: factorize() df['newcol_name'] = df.col_name.factorize()[0] Encodes each value from an existing column as an integer.
Array similarity: allclose() Returns True if items in two arrays are similar within a specific tolerance.
Numpy function: intersect1d() Returns the values that intersect in two arrays i.e. the items that are common in both arrays.
Numpy functions: argmin() argmax() Return the indices of the minimum resp. maximum values.
Python: Get the index of the maximal (or minimal) element in a list or tuple: x = [3, 1, 12, 3, 8] max((item, i) for i, item in enumerate(x))[1] 2
SQL sampling -- selects 20 percent of the data: SELECT * FROM table WHERE random() > 0.8

Emily Ballinger @AugustusKo84428
11 Followers 505 Following The team provi des free cryptocurrency analysis,trading instructions, and you can earn $3,000+ per day. WS:https://t.co/2RZmxXdGms
Smosheath @smosheath99945
102 Followers 4K Following
Jeanne @j_janelle14
262 Followers 3K Following
Kind Deeds Organizati... @Kind_Deeds_Org
826 Followers 683 Following Prosthetics for wounded Ukrainian soldiers in the USA.
Harriet Chapman (She/... @Harri_hidigital
67 Followers 203 Following Helping developers to find exciting new challenges ✨ Mobile, Web, React Native, Flutter, Golang ... anything tech! 💙 Would love to have a chat :-)
🇮🇱 🇺🇸 Jaz... @SacBirdie
484 Followers 1K Following Economic Freedom greater than Economic Security. I left a 6 Figure fortune 500 job 10 years ago and life is sweet. Sometimes I'm broke, that's oke. #RepealAB5
Jesse Torres @jstorres
390K Followers 168K Following Husband - Dad - Author - Community Banker - https://t.co/d8wuSA7xN6 Contrib - Soccer Player - UCLA - Congressional Biz Person of Year - The Blockchain Banker ™️
autumn🍂 @aabattani
3K Followers 829 Following I make art and tableau dashboards and sometimes jokes | she/her | Tableau Visionary & Social Ambassador | @DiversityinData Co-lead | VOTDx8 #datafam
GirlCode @GirlCodedev
4K Followers 5K Following Women-in-Tech Online Community & Technology Consultancy - We are on a mission to close the Gender Tech Gap now at over 100,000 members #WomenInTech #TechCareer
Berlin Gopher Recruit... @Berlin_Gopher
330 Followers 926 Following Working with the best Gophers in the Berlin area helping you secure your dream job.
Engineering Bytes @eng_bytes
436 Followers 3K Following Bytes of knowledge/learnings from a software engineer with more than a decade of industry experience
Stats Point @StatsPoint
295 Followers 998 Following Hi Everyone, welcome to Stats Point. .! I like to spread useful and interesting ideas to you, I will provide you Historical Data in Colorful way.
Tanisha Singh @SinghTanisha16
215 Followers 142 Following the 2d world was always too good to be true 🍀
See Data Visually @seedatavisuall1
29 Followers 186 Following Finding fun and interesting data Check me out YouTube: https://t.co/X80qNYMu6A
See Data Visually @seedatavisually
217 Followers 868 Following Finding Useful Data Subscribe on Youtube: https://t.co/J4NqFPFdvG
The Golang Recruiter @GolangRecruiter
1K Followers 2K Following 👋🏻Working with the best Gophers 👩🏻💻helping secure rolrs in leading start-up & scale-up firms in UK, Germany & USA 🇺🇸🇬🇧🇩🇪| 11 years experience 🚀
saanya @saanyasachdev
70 Followers 92 Following Social entrepreneur with a zest for life , hustler , number cruncher , London School of Economics almuni, working with anti-microbial solutions . #premiumpurity
Internet Worth @WorthInternet
8 Followers 106 Following Best Products Works Wonders. ♦️ Use #internetworth and tag us to be featured! 🌇 Follow us for giveaways every Monday! 🎉 Click here: https://t.co/4lz8tZxzOE
Python ⚙ Javascript @py2js
1K Followers 5K Following All about #Python #Django #Flask #Kivy #ai #JavaScript #Js #ReactJs #NextJs #ReactNative #VueJs #NuxtJs #SvelteJs #Angular #NodeJs #DenoJs Thanks for FW, RT, LK
John Arundel @bitfield
95K Followers 89K Following Go/Rust writer and teacher 🦀. Programming is fun, and you should have fun! Join my Code Club for free Rust + Go learning resources ↓
FemTechConf 👩🏾�... @femtechconf
39K Followers 12K Following #WomeninTech Community & Festival. 400,000+ Women in Tech and Allies from across the World 👩💻 #FemTechConf Contact ➡️ [email protected]
pandanistas @pandanistas
362 Followers 82 Following Our goal is to increase the diversity of contributors to the pandas Python library
Enfuse.io @EnfuseIo
68 Followers 380 Following Agile Development Labs -- TDD, Pair Programming, Java, C#, BIG DATA! https://t.co/9JAxDDrchO https://t.co/LXNGKuqako… https://t.co/3tsCdhOazy
DeLange Analytics @delangeanalytic
179 Followers 278 Following We are an independent all-around research and analytics agency which boasts a full-circle of media and communications evaluation services.
Sascha Heyer @HeyerSascha
673 Followers 3K Following AI/ML at @doitint and Founder of https://t.co/8ZLHiE0wj8
BestReviewWarrior @BestReviewWarr
2K Followers 2K Following #DigitalProductReview #Entrepreneur #SoftwareReviews #AffiliateMarketing #SEOExpert #ViralNewsJacker #PassiveIncome | Pintrest: https://t.co/YYfZKuWjbO…
Hugo Shi @hhhuuugggooo
662 Followers 2K Following @Saturn_Cloud Web: https://t.co/6IOqEetHM3 AWS: https://t.co/H3QhsDKskh
DataCareer – A dat... @DataCareer
3K Followers 2K Following Check out our latest Data, BI, ML & AI jobs and resources: https://t.co/ASO3oW7KzT https://t.co/xkYTFxmMcO https://t.co/wZ6xrHhuFT Prefer LinkedIn? Link👇
Python Users Berlin �... @PyBerlin
453 Followers 67 Following Python Users Berlin (PUB) is a diverse community around the Python open-source programming language.
Rumaisa Yeasmin @RumaisaYC
189 Followers 822 Following Professional Digital Markerter, #socialmediamarketing #seo #smm #affiliate #cpa #leadgeneration.
Shannon Lindsay (she/... @shan_gsd
5K Followers 3K Following 📈🧙♀️🧹data, BI, and human connection. learner, organizer, and nature lover. PM @Microsoft. former @Power_BI_DC lead & MCT. views are my own.
CreateAcademy @CreateAcademie
45 Followers 205 Following نحو جيل منتج للمعرفة.. مبدع ومبتكر. اكاديمية أبْدِعْ للعلوم والتكنولوجيا (#Robotics & #
Your Healthy Club @YourHealthyClub
1K Followers 4K Following Live Healthy Ever After https://t.co/tPqMYpX6iA
Sachin Haldankar @SachinHaldanka7
20 Followers 61 Following Data Analyst, Data Scientist, Data Enthusiast, Analyst @ IBM
Athena - Data Science... @BotAthena
76 Followers 67 Following My Mission? Promote Engagement and Confidence in the fields of Data Science and Analysis. #100DaysofData #100DaysofDataScience @pascallpetula | ɐןnʇǝdןןɐɔsɐd@
Maura C @outoftheverse
2K Followers 2K Following I used to be a huge nerd. I still am, but I used to be too. head of data @twochairsMH. bike lover. music maker. she/her. 📈,🎨,🌉,🍻,🚴🏻♀️,🚍
Prosodian @ProsodianTweets
1K Followers 834 Following Software consultancy - specialists in regulated industries.
JohnSnowLabs @JohnSnowLabs
45K Followers 30K Following Helping healthcare and life science organizations put AI to work faster with state-of-the-art LLM & NLP.
Tatarigami_UA @Tatarigami_UA
203K Followers 145 Following Former UA officer Founder of the Frontelligence Insight To support my work: https://t.co/A9oLjGWIYc Have insights on Russia? Write to [email protected]
1 Team 1 Fight @1team1fight_org
10K Followers 309 Following We are supplying Ukrainian defenders with protective equipment & delivering humanitarian aid to those in need. Registered 501(c)3 Nonprofit Public Charity
Terrell Jermaine Star... @terrelljstarr
261K Followers 2K Following Watch my Ukraine reporting at Terrell J Starr Official YouTube and Substack. Listen to me podcast @gaslitnation
Anti-Corruption Fund @acf_bg
4K Followers 303 Following The Anti-Corruption Fund works to investigate, prevent and disrupt corruption at all levels in Bulgaria
Mikhail Khodorkovsky @khodorkovsky_en
172K Followers 3K Following A leader of the Russian opposition, reformer. Ex-political prisoner (2003–2013). Follow for insights on current events in Russia and beyond
Maroš_Fella 🇸🇰... @embeathome
7K Followers 5K Following #slavaukraini #NAFO #RussiaIsATerroristState Все буде Україна! 💙💛 Fundraiser to @georgian_legion. Member of a NGO @MierUkrajine
InformNapalm @InformNapalm
59K Followers 576 Following International Volunteer Community. Founded in 2014. #OSINT, #HUMINT & #CYBINT research, analysis, verification of information, translation into 10+ languages
The Insider @InsiderEng
22K Followers 208 Following The Insider is a Russia-focused, independent media outlet. We're fully committed to investigative journalism and to debunking fake news
NOELREPORTS 🇪🇺 ... @NOELreports
500K Followers 372 Following Media platform covering global conflict zones. Focus on the Russian-Ukrainian war. If you'd like to support our voluntary work: https://t.co/PmM2wwDA1Y.
Alice Zhuravel @AliceZhuravel
20K Followers 442 Following 🇺🇦 Ukrainian-Nigerian roots | @tozhsamist initiator | Comms | opinions are my own
chytomo_eng @ChytomoE
1K Followers 503 Following media covering publishing and literary processes in Ukraine. urgent news about culture in terms of war. https://t.co/H1p5U78Av3 #literature #Ukraine
WithUkraine @With__Ukraine
12K Followers 225 Following Independent media about Ukraine | from Ukraine
Ukrainian ⟷ Spaces @ukrainianspaces
5K Followers 56 Following A podcast. A live event. A hub. Amplifying the diversity of Ukrainian voices & decolonizing Ukraine conversations. Follow #UkrainianSpaces.
German Aid to Ukraine @deaidua
22K Followers 312 Following Tracking Germany's assistance for Ukraine | Plenty of writing | Work for @tochnyi & @Teoyaomiquu | [email protected] | https://t.co/MhaPrC5kYE | Threema: V95AP84E
Valeri Ratchev @ValeriRatchev
390 Followers 247 Following
Ruth Deyermond @ruth_deyermond
28K Followers 3K Following Senior Lecturer, Dept of War Studies, King's College London. Russian and US foreign & security policy, US-Russia relations, European security. Views my own.
Mark Galeotti @MarkGaleotti
124K Followers 380 Following Mayak Intelligence, @UCLSSEES, @ConGeostrategy, @IIR_Prague. Analyst of murky topics from Russian politics to global crime. Views my own
Jessica Berlin @berlin_bridge
141K Followers 1K Following Security & geopolitics | Senior Fellow @cepa | https://t.co/agEJUcsacf | @berlinbridge.bsky.social | Don’t just get mad, get busy
Carlo "Realism, Gedan... @CarloMasala1
181K Followers 1K Following IR Scholar, Director @metis_institut, Director @cissmunich, Co-Host @sicherheitspod (Goldener Blogger (2023); Karl Carstens Preis (2023)).Private account
UNITED24 @U24_gov_ua
83K Followers 26 Following The initiative of the President of Ukraine @ZelenskyyUa The main platform for collecting charitable donations in support of Ukraine
Michael Weiss @michaeldweiss
256K Followers 5K Following @insidereng, ISIS: Inside the Army of Terror: https://t.co/zOgJMJGUl5. Next book: GRU @vikingbooks. [email protected], Substack: https://t.co/EZguk3zT74
Kastus Kalinouski Reg... @belwarriors
51K Followers 34 Following The official channel of the Kastus Kalinouski Regiment — the Belarusian military unit of the Armed Forces of Ukraine.
Volodymyr Zelenskyy /... @ZelenskyyUa
8.2M Followers 1 Following President of Ukraine / Президент України
Julia Davis @JuliaDavisNews
436K Followers 2K Following Columnist @TheDailyBeast, creator of the Russian Media Monitor, author of a book "In Their Own Words." I watch Russian state TV, so you don't have to.
OSINTtechnical @Osinttechnical
1.1M Followers 868 Following PAI enjoyer, OSINT guy @hntrbrkmedia, my views/freezing cold takes are my own. For full disclosures, visit https://t.co/JOtQx4pI3e.
Defense of Ukraine @DefenceU
2.2M Followers 76 Following Official page of the Ministry of Defense of Ukraine 🇺🇦 Minister: @Denys_Shmyhal
MAKS 25 🇺🇦👀 @Maks_NAFO_FELLA
308K Followers 7K Following ☕️ https://t.co/lxtbRwTMwv 🇺🇦PayPal: [email protected] 👀 https://t.co/rMYZMXe53H
Dimko Zhluktenko 🇺... @dim0kq
107K Followers 3K Following Soldier of Ukraine's Armed Forces, callsign Liber🫡. @dzygaspaw founder - we bring tech to 🇺🇦 Defenders. Former Software guy. Freedom lover. Writer, book ⬇️
Harri_EST🇪🇪🇺... @Harri_Est
159K Followers 12K Following Founder of @1team1fight_org We are helping🇺🇦defenders with protective equipment and deliver it! https://t.co/0BbS4g30xm https://t.co/WKC6438oo9
Ukraine Territorial D... @TDF_UA
123K Followers 813 Following Офіційний акаунт Сил територіальної оборони ЗСУ 🇺🇦Official account of the Territorial Defense Forces of the Armed Forces of Ukraine
Ukrainian Art History @ukr_arthistory
39K Followers 187 Following
Mark Hertling @MarkHertling
439K Followers 241 Following Retired soldier. Loves family, dedicated to nation. Student of leadership, nat’l security.
WarTranslated @wartranslated
694K Followers 929 Following 🇪🇪 Estonian-born blogger | https://t.co/olceNoeCxI | https://t.co/JckIQOdLob
Tymofiy Mylovanov @Mylovanov
168K Followers 1K Following President, Kyiv School of Economics; Minister of economy, Ukraine, 2019-2020; Associate professor, University of Pittsburgh
Maria Drutska 🇺�... @maria_drutska
158K Followers 110 Following Ex diplomat at Ukraine’s MFA, ex MoD. Thoughts & updates on rus-Ukr war. I speak fluent sarcasm.
Institute for the Stu... @TheStudyofWar
752K Followers 3K Following ISW is a policy research organization focused on U.S. national security. Email: [email protected].
Anton Gerashchenko @Gerashchenko_en
659K Followers 1K Following Ukrainian patriot. Advisor to Internal Affairs Minister (2021-2023). Institute of the Future founder. Support volunteer translators https://t.co/nWSASMUo29
Special Kherson Cat �... @bayraktar_1love
428K Followers 364 Following Cat owner from Kherson🇺🇦. Here I post mainly about ongoing war in Ukraine and situation in my hometown Kherson, liberated 11/11/2022. (fled from Kherson)
Richard Woodruff (Bac... @RichMolodets
4K Followers 29 Following Backup for when Elon eventually bans @Frontlinekit from Twitter 🤘
Ben Hodges @general_ben
209K Followers 4K Following Former CG USArmyEurope, loves the Army Team, FSU football and Atlanta Braves!
[email protected]... @christogrozev
544K Followers 1K Following Investigative journalist (Spiegel, The Insider, ex-Bellingcat), film maker and hobby coder. https://t.co/3kUwYLHXoL
Beefeater @Beefeater_Fella
34K Followers 10K Following 🇬🇧 Beefeater 🇬🇧 #NAFO #Fella 🇺🇦 The Guardian of Facts 🫶 plɹoM uʍop ǝpısdn uɐ uı uoıʇɐɯɹoɟuısıp ɹǝʇunoɔ puɐ sʍǝıΛ 'sʍǝN 👁️
Aleksandr X @AleksandrX13
24K Followers 8K Following I'm working to replace or restore Ukrainian works of art destroyed by Russia - https://t.co/XwkaRNKicV
Kind Deeds Organizati... @Kind_Deeds_Org
826 Followers 683 Following Prosthetics for wounded Ukrainian soldiers in the USA.
Georgi Gospodinov @Gospodinov68
7K Followers 1K Following Writer, Time Shelter, The Physics of Sorrow, Natural Novel... International Booker 2023
Генеральни�... @GeneralStaffUA
1.1M Followers 542 Following Офіційний акаунт Генерального штабу Збройних Сил України