Тёмный

Table Editor in Python with pandastable 

NeuralNine
Подписаться 358 тыс.
Просмотров 7 тыс.
50% 1

Today we learn how to easily build a simple table editor in Python using the pandastable package.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
💼 Services 💼
💻 Freelancing & Tutoring: www.neuralnine.com/services
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord

Наука

Опубликовано:

 

23 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@peterkosjr
@peterkosjr 20 дней назад
This is outstanding content. Thank you!
@dipeshsamrawat7957
@dipeshsamrawat7957 2 месяца назад
Nice! Thank you.
@golmatol6537
@golmatol6537 2 месяца назад
Seems like it might really come in handy some day.
@stansuen8072
@stansuen8072 Месяц назад
Great video! Thanks. When you resize and make the window bigger, can you config it so that more rows and columns are brought into the viewport? Also free to header rows and first columns? I have tried it with a big dataframe and I cannot resolve this issue.
@lizzybennet5726
@lizzybennet5726 2 месяца назад
Thanks! Is it possible to use Pandastable on Google Colab?
@vishnubalaji9500
@vishnubalaji9500 2 месяца назад
hiw use this in kivy or flet
@philtoa334
@philtoa334 2 месяца назад
Thx_.
@sadameer6058
@sadameer6058 2 месяца назад
Hello, can u please make a video on how to read text files with massive speed, i have a folder full of text files with +1Gb each file to search query in. what i can do?
@evanpendergraft
@evanpendergraft 2 месяца назад
try loading the text files lines as a dictionary. it should increase the speed of search querys.
@sadameer6058
@sadameer6058 2 месяца назад
@@evanpendergraft wdym? what is the key and what is the value?
@trevoreguitar
@trevoreguitar 2 месяца назад
Either use mmap (this example shows line by line but you could just perform a re search over the full content if reading the big file into memory isn't a concern): import mmap with open("FILE", "r+b") as f: mm = mmap.mmap(f.fileno(), 0) for line in iter(mm.readline, b""): print(line) Or if multirow operations aren't as big of an issue/don't need special code to perform on & you need to perform a ton of queries, you can just dump the contents (make a table, column_name = filename, new line in file = new row in column) into some sqlite/duckdb database & perform SQL queries over the top of them. If you REALLY need to go further you could theoretically do multiprocessing & with os.fork() + mmap start applying operations as the file is being read given the current location of the pointer, but if you're dealing with parent/child processes you might want to take this as an opportunity to just learn a lower level language for both your own benefit & understanding + better control
@y2ksw1
@y2ksw1 2 месяца назад
Use the operating system directly. For huge amounts of data scraping, all languages but C are deficient. grep would be your friend.
@jelsonnervar7715
@jelsonnervar7715 2 месяца назад
Can U do other programming languages content, like C#?
@murphygreen8484
@murphygreen8484 2 месяца назад
Kinda cool. Though why would anyone use this over Excel?
@user-bf2io2ou5e
@user-bf2io2ou5e 2 месяца назад
first
@uchiha_sasuke_48
@uchiha_sasuke_48 2 месяца назад
I have a question. I know how things go and how they happen. But I don't know how to code on my own without taking help from GPT, Bard etc. Can I actually make a project using those and place them in my resume?
@NikolazLopes
@NikolazLopes 2 месяца назад
Using AI to learn isn't bad; searching for how to use a function you forgot or help with some tasks is okay, and everyone does it. But if you can only code with it, it's a problem. Try to code a project without AI, as long as it takes, searching on your own. If you struggle too much it shows you must learn other things before or pratice what you already know. I think.
@uchiha_sasuke_48
@uchiha_sasuke_48 2 месяца назад
@@NikolazLopes thanks bro I'll try your approach
@xkolm49
@xkolm49 2 месяца назад
useless but good to know it exists
Далее
Unpacking Operators in Python: What are * and **?
12:35
Modern Python logging
21:32
Просмотров 168 тыс.
Help Barry And Barry Woman Scan Prisoners
00:23
Просмотров 3 млн
Invoice Automation System in Python - Full Project
31:24
5 Really Cool Python Functions
19:58
Просмотров 58 тыс.
Debugging 101: Replace print() with icecream ic()
12:36
5 Good Python Habits
17:35
Просмотров 468 тыс.
WHY did this C++ code FAIL?
38:10
Просмотров 241 тыс.
Keynote: The big leap of Python 3.13 - Łukasz Langa
30:56
How to Easily Transform Your Tables in Python
39:19
Просмотров 7 тыс.
10 Python Comprehensions You SHOULD Be Using
21:35
Просмотров 135 тыс.
Unlocking your CPU cores in Python (multiprocessing)
12:16
КАКОЙ SAMSUNG КУПИТЬ В 2024 ГОДУ
14:59