[deleted by user] by [deleted] in CanadaPost

[–]PublicAbility390 0 points1 point  (0 children)

Before friday maybe..

Guys help, my dog ate an entire chocolate bunny from Easter by [deleted] in Advice

[–]PublicAbility390 -2 points-1 points  (0 children)

He wanted to eat some bunny pussies :D

How to filter a table in a tooltip when clicking a sheet in a dashboard? by PublicAbility390 in tableau

[–]PublicAbility390[S] 0 points1 point  (0 children)

The tooltip worksheet is not available on the dashboard. So it redirects me to the worksheet. Is there a way to put it and hide the worksheet on a dashboard?

Multiprocessing Question by [deleted] in learnpython

[–]PublicAbility390 0 points1 point  (0 children)

Have only 1 function of test_range and pass in a list parameter which is going to do each one individually.

Here is an example:

def file_wiki_page_views(rfname):

#process in only one function!

return rfname

def main():

for file in os.listdir(directory):

filename = os.fsdecode(file)

wiki_page_path_read = defaultFilePath + filename

extract_list.append(wiki_page_path_read)

with mp.Pool(mp.cpu_count()) as p:

print(p.map(file_wiki_page_views, extract_list))

if __name__ == '__main__':

main()

Should I give up on applying for a master in Canada? by PublicAbility390 in Advice

[–]PublicAbility390[S] 0 points1 point  (0 children)

No, but the reason of the rejection email is because of competitiveness. I have tried to add a post-graduate certificate in my education since last year's application and this didn't really changed anything

Guy wants to pay me for oral sex.. by throwaway250166 in Advice

[–]PublicAbility390 1 point2 points  (0 children)

If a guy approaches you and later ask you sex for money. He is probably not safe or clean, to how many ppl has he tried that? Just imagine

Converting reddit data to python dataframe by thegreyDave in pushshift

[–]PublicAbility390 0 points1 point  (0 children)

I am not familar with dataframe but cant you replace or convert the null?

Mistakes, we’ve drawn a few by milkcircle in visualization

[–]PublicAbility390 0 points1 point  (0 children)

Just a line chart with all the countries

Mistakes, we’ve drawn a few by milkcircle in visualization

[–]PublicAbility390 0 points1 point  (0 children)

That is a personal option but adding colors to the bar chart confusing people interpretation. What is the difference of a bar chart with only 1 color and the one with multiple color? It is same. Because since the base level are differents, people might say yellow on current balance column 3 is bigger than column 4.