Posts

Showing posts from December, 2022

Converting docx to pdf using libreoffice and pandas binning

 Converting docx to pdf using libreoffice   import subprocess, docx, time   # first do: pip install python-docx t0 = time.time() subprocess.call(r'C:\Program Files\LibreOffice\program\soffice.exe --headless --convert-to pdf summary.docx --outdir . --nocrashreport --nodefault --nofirststartwizard --nolockcheck --nologo --norestore"') print('PDF generated in %.1f sec' % (time.time()-t0))  Pandas binning df.loc[df['score'].between(0, 50, 'both'), 'grade'] = 'C' df.loc[df['score'].between(50, 80, 'right'), 'grade'] = 'B' df.loc[df['score'].between(80, 100, 'right'), 'grade'] = 'A'   https://towardsdatascience.com/how-to-bin-numerical-data-with-pandas-fe5146c9dc55      labels = ["low", "medium low", "medium", "medium high", "high"] df["binned alcohol"] = pd.qcut(df['alcohol'], q=5, labels=labels) df.groupby(&

Top 10 korean movies

  Parasite (2019) - This critically acclaimed and award-winning film tells the story of two families from different social classes who become intertwined in unexpected ways. Memories of Murder (2003) - Based on a true story, this crime thriller follows two detectives as they investigate a series of brutal murders in a small town. The Host (2006) - This monster movie tells the story of a family who must band together to rescue their daughter from a monster that has emerged from the Han River. Oldboy (2003) - This violent and suspenseful film tells the story of a man who is mysteriously kidnapped and imprisoned for 15 years, and must seek revenge on his captors when he is finally released. Train to Busan (2016) - This zombie apocalypse thriller follows a group of passengers on a train as they fight for survival against a horde of zombies. The Wailing (2016) - This horror movie tells the story of a small town that is plagued by a mysterious illness, and the efforts of a detective and a sh

EPFO

while approving DSC following information can be shown last DSC is/was active till, last DSC detail, is it a renewal of DSC or fresh DSC for new name, form 5A uploaded by establishment        What is the EPFO? How does the EPFO benefit employees? How do I open an EPFO account? How do I check my EPFO balance and transactions? How do I withdraw money from my EPFO account? What are the eligibility criteria for EPFO benefits? What are the fees and charges for EPFO services? How do I update my EPFO account details? How do I file an EPFO claim or complaint? What are the recent developments or updates in the EPFO? The history and mandate of the EPFO The different types of EPFO accounts, such as the Employees' Provident Fund (EPF), the Employees' Pension Scheme (EPS), and the Employees' Deposit Linked Insurance Scheme (EDLI) The process for transferring your EPFO account when you change jobs The role of the EPFO in promoting financial inclusion and security for employees The EPFO&#

A book by AI Learning How to Learn: A Practical Guide to Becoming a Better Learner

  Chapter 1: Understanding the Learning Process How the brain processes and stores information The role of attention, memory, and retrieval in learning The difference between shallow and deep learning The importance of metacognition and self-awareness in learning Chapter 2: Developing Effective Study Habits Setting goals and creating a plan for learning Finding the right environment and resources for learning Managing your time and avoiding distractions Staying motivated and avoiding procrastination Chapter 3: Using Proven Learning Strategies Active learning and questioning Elaboration and summarization Practice and feedback Memory techniques and mnemonics Chapter 4: Applying Learning Strategies to Different Subjects and Situations Using learning strategies for different subjects, such as math, science, and history Using learning strategies for different learning situations, such as exams, presentations, and projects Adapting learning strategies to your individual learning style and pr