Posts

Type of Common Charts used in visualization

 Type of Common Charts used in Visualization Horizontal Bar Vertical Bar/Column Line Area Scatter Pie Pictograph Bubble Chart Guage Chart Stacked Venn Map(area) Map(Point) Box Plot Vertical Stacked Bar Side by Side bar HeatMap Radar/Spider Chart Tree Maps Circle Views/side by side Circles Feature Table A design doesn't just have information but also an intention.                                                                            -Someone famous   In my opinion, the field of Magic, perception, Cognitive Science, Behavioural Economics, Art of Persuation, User Interface Design, User Experience, Data Science, Data Visualisation, Color Theory etc. are up to some percent are...

Social Security in India (Opinion)

This blogpost is personal opinion and with new information and learning opinion changes. hence the reader is requested to read it with critical view and should not consider them as factful statements.   Social Security is complex topic and it is also evolving as the world around us evolves. Social security according to me is a system which gives confidence to a member of society that S/he can and will rise despite facing any unfortunate accident. And confidence comes from consistency, transparency and clarity.   When it is needed? The unfortunate and unforeseen accident can be anything from a pandemic, world war, accident, death, loss of loved one, loss of sole earning member of family, disability or loss of Job. If the system can provide a member of society the essentials to rise against all these odds with full certainty then, in my opinion the purpose of social security is served. What are the essentials?   The essentials are the popular "Roti, kapda, makaan" and also ...

Questions for EPFO

 *21 Questions that should be considered in EPFO (IMHO)*  1. What are the educational qualifications and age of the stakeholders/member? 2. What is the ratio of claims vs. the staff which are processing them in each office and number of grievance filed in each office? 3. Which type of claims the stakeholders can file in the portal? 4. What documents are required with each type and any other prerequisite? 5. How much time is taken by a user who logged out after filing the claim? 6. How many claims are filed for each type in the last financial year and year before that? 7. What is the settlement and rejection ratio for each type of claim? 8. What is the average amount claimed for each type of claim? 9. What is the average claim type per stakeholder? 10. How many avg number of  clicks are required for processing each type of claim? 11. How many pages are without data after each such 1000 clicks while processing claims? 12. How many avg seconds are required for each claim typ...

INTJ development

Rather than talking in terms of Fe, let's talk in terms of what you really think you want to develop. Good type development, in my opinion, involves maximizing on your strengths in such a way that you compensate for your weaknesses. It sounds like you a) want to express your emotions b) be able to connect with people c) have others see you as friendly If you don't normally do any of these things, "a" is probably the hardest, followed by "b" and then "c." To accomplish "a," I'd advise you to -start by telling people how you feel about things. -If you can figure out how to use hand gestures to illustrate what you are feeling, then that helps too. -You may also have to consciously smile and frown (with exaggeration too) to get into the habit of externalizing your feelings. Though this ability is quite separate from being able to connect with people or having them see you as friendly. This just makes you look emot...

Some random writings

Want to reduce the prestige of CSE? So that public comes to know that they are humans as other people. they also have problems they go through daily. They have some dreams. Make them do AMA on personal life. What are their fears? what are their aspirations? ================== INTJ 1w9, a kind hearted stalker is looking for a workplace where female are in majority, not necessarily single just extroverted feelers. Work environment should be fun and creative generating around one good accomplishment per week. BTW accomplishment is not an improvment on same thing again and again but new things or improvement on new things. What do i have to offer? I am good in software skills, I take challenge seriously, I come from village, I have failed a lot and succeeded. -============================================================== An effort for writing in Atishyokti alankar Do you know why I am like this? You will say, "I know" but let me tell you you don't know. I was...

Some examples/snippets of pandas use

https://jeffdelaney.me/blog/useful-snippets-in-pandas/ df = pd.read_csv('pizza.csv') df = pd.read_csv('pizza.csv', parse_dates=['dates']) df = pd.read_csv('pizza.csv', usecols=['foo', 'bar']) df.head()       # first five rows df.tail()       # last five rows df.sample(5)    # random sample of rows df.shape        # number of rows/columns in a tuple df.describe()   # calculates measures of central tendency df.info()       # memory footprint and datatypes df['new_column'] = 23 full_price = (df.price + df.discount) df['original_price'] = full_price df.insert(0, 'original_price', full_price) df.ix[2, 'topping'] df.topping.ix[2] filtered_data = df[df.topping == 'pineapple']filtered_data = df[df.price > 11.99 ] filtered_data = df[(df.price > 11.99) & (df.topping == 'Pineapple')] df.sort_values('price', axis=0, ascending=False) def cal...

What I don't want to be

Many people have a bucket list in which they put things that they want to do in life. my bucket list is bit different; It is a list of things I don't want to do in life.   First item  is - I don't intend to make this list absolute 2. I don't intend to become extra ordinary 3. I don't intend to be remembered in history 4. I don't intend to make some record like swimming English channel or climbing mt. Everest 5. I don't intend to make anyone sad from my actions(even if that result in not making anyone happy)     i.e. I believe in minimum harm instead of maximum gains 6. I don't intend to stop learning. 7. I don't intend to be most intelligent or something like that 8. I don't want to be part of workplace where I am the most intelligent/experienced person (in related field) 9.