Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Mc-Lovin ๐ haha yeah there are some data scientist on that list but i don't dare to ask them for something supposedly "simple" like this.
-
1) export them as csv
2) pip install pandas
```
rec0 = pandas.read_csv('file0').col_name
rec1 = pandas.read_csv('file1').col_name
for i in rec0:
if i not in rec1:
print(i)
``` -
bahua129055yCtrl/Cmd-a, Ctrl/cmd-c
Open a terminal, paste the clipboard buffer into a new text file. Save and exit the editor.
grep "<date format>" filename
Spreadsheets massively cock up data processing, imo. -
devTea240885yYou can use any programming language that can read the data first and start from there
-
@ganjaman hey! Pandas with jupyter notebooks is fun and useful. Thank you for showing me that.
Related Rants
Argh!!!! I'm too dumb to compare two spreadsheets. I want to know which of the 2000 employees left or joined the company since last year. But the employee spreadsheet db export is not in the same order as the last years. Is there any bash shell magic or something else than excel that could help me?
question
knowing r lang would be nice
spreadsheets are the worst
designer needs help
i'm not a programmer
excel