Posts

सपने

From Generative AI  सपने होते है अलग अलग किसी का सपना है की समीक्षा बैठक से पहले शिकायते जीरो हो जाए किसी का सपना है की केस पकड़ में आये तो कोई किसी को तो सजा मिल जाए किसी का सपना है की सीखे न सीखे कोई ज्यादा से ज्यादा प्रशिक्षण हो जाए किसी का सपना है की वर्क थोड़ा कम हो स्टडी बिलकुल न हो पाए किसी का सपना है की थोड़ा थोड़ा करके जितना करना है कर लो पर कोई बड़ा खर्चा मुझ तक न आये किसी का सपना है की विकास मानव  का हो न हो कुछ ट्रांसफर हो जाए किसी का सपना है की बड़ी लिस्ट हो संदेहजनक केसेस की की अगला फ्रॉड लिस्ट से आये किसी का सपना है की रिबन कटौतियां और उद्घाटन करना कब इनसे छुटकारा पाए किसी का सपना है की राज करू सभी पर मैं न कोई सवाल पूछे न कोई जवाबदेही हो इसी में जीवन कट जाए किसी का सपना है की ऊपर के प्रेशर को नीचे पहुचाये और निचले कर्मचारी की आवाज़ दब  जाए किसी का सपना है की जो सामाजिक सुरक्षा औरो को दे रहा वही जीवन बीमा, वही हेल्थ बीमा वही भविस्य निधि की सुरक्षा उसे भी मिल जाए

comparing two dataframes

  # Assuming you have two DataFrames df1 and df2 comparison_result = gdf.compare ( df_116 ) # Filter the differing rows differing_rows = comparison_result [ comparison_result.ne ( 0 ) . any ( axis= 1 )] # Print the differing rows print ( differing_rows )

Intent auditing

 Intent auditing - Identifying the intent behind creation of a rule/policy/process/ system and testing whether it is efficiently working toward the intent without taking extra load and without producing side effects

Office Initiatives

 Daily 1 hr in PRO by officers Suggestion box Complaint box Shoe cleaning  Plants vertical garden Hand dryer Live TV QR code based important links Women Helpdesk Death Claim Help desk Pension Help desk 

Ideas for New projects

Approximate date of promotion based on seniority list Simulation of staff strength on each level Actuarial analysis of Pension fund Simulation of pooled scheme sustainability/balance based on incoming which dependent on demographic ratio and output A mechanism for tracking the request based on initial data input and daily status update

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 ...