How to Test ETL Process Pipeline with Python
16:27
Basic Linux Commands for Beginners
1:07:55
Automate ETL Process using Python
16:14
Asyncio in Python with Examples
11:42
What's new in Python 3.13
3:06
2 ай бұрын
Creating XML Documents in Python
8:22
Topic Modeling in Python
21:44
3 ай бұрын
Пікірлер
@misganawtadesse505
@misganawtadesse505 6 сағат бұрын
Thank You so much bro berta
@epythonlab
@epythonlab 6 сағат бұрын
Thanks for your feedback.
@user-js8oh8of1i
@user-js8oh8of1i 8 күн бұрын
I want to use this with pyside6. Can i do it?
@epythonlab
@epythonlab 8 күн бұрын
Try it and see the output. Sometimes doesn't work in external libraries.
@user-js8oh8of1i
@user-js8oh8of1i 8 күн бұрын
@@epythonlab thank you
@jaganathadishesha7572
@jaganathadishesha7572 9 күн бұрын
I need the ETL testing using Python
@epythonlab
@epythonlab 9 күн бұрын
That's great. I will make a new video. Stay tuned.
@ngahjordi7525
@ngahjordi7525 10 күн бұрын
is it working in africa ?
@epythonlab
@epythonlab 10 күн бұрын
Yes. It is working everywhere.
@PersonalLetterGenerator-pe3vf
@PersonalLetterGenerator-pe3vf 13 күн бұрын
Hi in the minute 4:57 the code should be updated to : from qiskit import QuantumCircuit, ClassicalRegister from qiskit_aer import Aer from qiskit.compiler import transpile, assemble # Create a Quantum Circuit acting on a quantum register of two qubits circuit = QuantumCircuit(2) # Add a H gate on qubit 0 circuit.h(0) # Add a classical register with 2 bits creg = ClassicalRegister(2, name='c') circuit.add_register(creg) # Map the quantum measurement to the classical bits circuit.measure([0, 1], [creg[0], creg[1]]) # Use Aer's qasm_simulator simulator = Aer.get_backend('qasm_simulator') # Transpile and assemble the circuit for the simulator backend transpiled_circuit = transpile(circuit, simulator) qobj = assemble(transpiled_circuit) # Execute the circuit on the qasm simulator result = simulator.run(qobj).result() # Print the result counts = result.get_counts() print(counts)
@HamzahAbdulRahman
@HamzahAbdulRahman 17 күн бұрын
Great video. Thanks a lot
@epythonlab
@epythonlab 17 күн бұрын
Thanks for your feedback.🙏
@grandmastergyorogyoro532
@grandmastergyorogyoro532 18 күн бұрын
Wonderful! Thank you for this tutorial!😊
@epythonlab
@epythonlab 18 күн бұрын
Thank you so much.🙏
@hemanthkumarraju6902
@hemanthkumarraju6902 19 күн бұрын
Do i need openai credits for this
@epythonlab
@epythonlab 19 күн бұрын
Yes, if you want to develop a realtime chat app
@elizabetakta8532
@elizabetakta8532 20 күн бұрын
Coool🎉
@cocoatea57
@cocoatea57 20 күн бұрын
🎉🎉🎉
@user-ts7cc9xs4b
@user-ts7cc9xs4b 21 күн бұрын
PLEASE can you gave me the data set?
@epythonlab
@epythonlab 21 күн бұрын
Yes, contact t.me/asibehtenager
@user-ts7cc9xs4b
@user-ts7cc9xs4b 21 күн бұрын
@@epythonlab ok
@timmattack
@timmattack 22 күн бұрын
wait, huh like... It's the exact video i was searching for xdd thank you so much !!!!!
@epythonlab
@epythonlab 21 күн бұрын
Thanks for your feedback. Keep learning!!
@Hijo_4256
@Hijo_4256 Ай бұрын
How to fix py not recognized even tho my python is linked on PATH
@cocoatea57
@cocoatea57 Ай бұрын
Keep up
@epythonlab
@epythonlab Ай бұрын
Thanks 👍
@mehdismaeili3743
@mehdismaeili3743 Ай бұрын
Excellent
@cocoatea57
@cocoatea57 Ай бұрын
Love this 🎉
@cocoatea57
@cocoatea57 Ай бұрын
Nice 🎉
@epythonlab
@epythonlab Ай бұрын
Thank you.
@dera_ng
@dera_ng 2 ай бұрын
These graphics sort of have a flash photography vibe to it.
@pedrocoelho5562
@pedrocoelho5562 2 ай бұрын
I like the previous videos, but this one is just not true. Emotion is replicating empathy (people are currently falling in love with AI chatbots etc), AI can solve mathematically problems better than most humans can, including critical thinking. Now AI can learn and automate itself connected to the internet, which means it will learn faster than any human can, as it will take just the time for 1 machine to learn something for all connected machines to learn it as well, unlike humans. On the other hand the self automation is not something that just happens without a reason but finding a "reason" to do so is not a hard leap to be taken by a AI. AI already takes unprogrammed decisions based on data analysis so what happens when some AI in a big truck decides all human walkers delaying the delivery of a critical package are nothing but objects delaying such a critical mission? My "guess" is just removed them (and ya the do not harm to humanity doesnt work as its been proven that AI will circunvent that if reframed in a way that saves more lives in the future - so if the package is a vaccine with potential to save a million lives in 10 years, it will outweight the lives of 1000 humans on the road to the final destination of the truck). What I would really like is for ppl in the field to actually do some work on the consequences of creating something smarter than the human, becuase like all creatures that are smarter than others (humans included) tend to reguard others species as nothing more than annoyancing creatures that should be controled if they go against their own interests (survival of the fittest and evolution applies to all things with evolutionary potential, not just living things).
@epythonlab
@epythonlab 2 ай бұрын
Thank you for your feedback.
@chiomanancy9456
@chiomanancy9456 2 ай бұрын
After detecting the outliers how do you remove it?
@epythonlab
@epythonlab 2 ай бұрын
Once detect the outliers, it's your decision that what you remove or impute the data based on some criteria. It's depends on the nature of your data. Anyhow whatch the video till the end and it's tell you how do you remove detected outliers.
@chiomanancy9456
@chiomanancy9456 2 ай бұрын
@@epythonlab Thank you for the video🙏.
@Anonymous_Pers0n
@Anonymous_Pers0n 2 ай бұрын
local host cannot connect on chromebook?
@nitinmohan321
@nitinmohan321 2 ай бұрын
awesome !!!🤘🖐
@epythonlab
@epythonlab 2 ай бұрын
Thanks for your feedback
@keithdow8327
@keithdow8327 3 ай бұрын
Thanks!
@epythonlab
@epythonlab 3 ай бұрын
Much appreciated
@jmmendonca1984
@jmmendonca1984 3 ай бұрын
very good man!
@user-rm1wx9cn7e
@user-rm1wx9cn7e 3 ай бұрын
why did u set the probability p value to 0.5 by default? while the success count was 20 per cent when u calculated the probability?
@epythonlab
@epythonlab 3 ай бұрын
P value is less than or equal to 0.5
@user-rm1wx9cn7e
@user-rm1wx9cn7e 3 ай бұрын
1.continuous 2. discrete
@AD-ux1ej
@AD-ux1ej 3 ай бұрын
Brilliant, thank you
@epythonlab
@epythonlab 3 ай бұрын
Thanks
@ebamybass19
@ebamybass19 3 ай бұрын
Thanks for this video
@epythonlab
@epythonlab 3 ай бұрын
Thanks for your feedback
@mehmetkilic26
@mehmetkilic26 3 ай бұрын
Thank you very much is there any tutorial video of you regarding vice versa for this? Can be a nested xml file created from data frame or excel table according to a reference xml/xsd file ?
@epythonlab
@epythonlab 3 ай бұрын
Yes, i will upload how to construct xml document beginners only. But I can give you a mentor as per your requirements via zoom. Just message at t.me/asibehtenager
@abesios
@abesios 3 ай бұрын
pandasnm sralema wondmsew
@epythonlab
@epythonlab 3 ай бұрын
Okay.
@davoribarra9705
@davoribarra9705 3 ай бұрын
What would happen if there are key with the same name inside the inner dictionary, it would leave only the last record, wouldn't it, if so, how could this be solved?
@epythonlab
@epythonlab 3 ай бұрын
Ok. That means duplicated records. It will obtain all records whatever the key is duplicated but you can clean up during data analysis stage. But in dictionary the same key in the same row is not allowed. It will take only one key if there is more than one.
@katwyble9611
@katwyble9611 3 ай бұрын
This was very helpful on understanding the recursive function in parsing an XML file. Thanks!
@epythonlab
@epythonlab 3 ай бұрын
Thanks for your feedback.
@96vipul
@96vipul 4 ай бұрын
But this then changes it to a string and cannot be used in calculations
@user-xh5sr1lc5p
@user-xh5sr1lc5p 4 ай бұрын
Thank you!
@epythonlab
@epythonlab 4 ай бұрын
You're welcome! Thanks for watching.
@jameswhelan5273
@jameswhelan5273 4 ай бұрын
I got the same issue
@outletshelssy
@outletshelssy 4 ай бұрын
Eres un Dios....❤❤🎉🎉
@malyalasaiphaneendra6172
@malyalasaiphaneendra6172 4 ай бұрын
Thanks a lot Brother...... I was trying to get length of each word from a text file and it was calculating special characters as a word. This helped me how to avoid special chars....
@epythonlab
@epythonlab 4 ай бұрын
Thanks a lot for watching.
@PrabhjotSingh-gv7kv
@PrabhjotSingh-gv7kv 5 ай бұрын
works very thanks
@abdulwahid-qp6uy
@abdulwahid-qp6uy 5 ай бұрын
Great
@utti_12c
@utti_12c 5 ай бұрын
Спасибо🙏💕
@nelsonbeneche2372
@nelsonbeneche2372 5 ай бұрын
Why don't you code A-Z for us? It would be easier for us to understand rather than explaining line after line.
@epythonlab
@epythonlab 5 ай бұрын
Thanks for your feedback. I accept your comment for the next video. It would be great if you could suggest any topics that you would like to understand more. Thanks in advance.
@VeryMuchBlessed
@VeryMuchBlessed 5 ай бұрын
Very helpful. Thanks for making this video.
@epythonlab
@epythonlab 5 ай бұрын
Thanks for watching
@afeezinumidun4819
@afeezinumidun4819 5 ай бұрын
How to get the file
@KrishnaKokate5
@KrishnaKokate5 2 ай бұрын
bro have you got something that can scrap telegram channel members(not group)
@epythonlab
@epythonlab 2 ай бұрын
No.
@baulcartoonhd
@baulcartoonhd 6 ай бұрын
Thanks for the tuto, bro
@epythonlab
@epythonlab 6 ай бұрын
Thanks for watching.