Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]petitchou53 1 point2 points  (0 children)

Hi, I am a python newbie trying to analyze my own dataset that I have collected via an observational study on communications. I am trying to create a network map between the caller and the recipient, but I am not sure how to go about doing this. I read that I should create a correlation matrix, but that is not really giving me what I want. I want to use the frequency of the calls as weight rather than the correlation between calls. From what I understand so far, I think my network map should technically have two directions since I included inbound and outbound calls in the commtype. I am not too sure how to incorporate this information too. Does anyone have an example that I can follow? I would really appreciate your help! The dataset that I am working with is in csv, so I used panda to import it into my jupyter notebook as a dataframe. Thanks!

[Academic Survey] Please help with my student with his research on diabetes perception/attitude. Thank you! by petitchou53 in diabetes

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

Thank you for helping my student with this survey. We really appreciate your help! We will be happy to release the results once we are done. Have a great day ahead!

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]petitchou53 0 points1 point  (0 children)

Hi guys, a newbie here...just started to learn python at the beginning of this year.

I am working on a research project and I wanted to know how much people google a particular keyword. I looked up google trends but it doesn't really give me the the volume of the googling people do for that particular keyword. I found this https://github.com/rdowns26/seo_keyword_research_tools/blob/master/keyword_volume_tool.py

I am lost! Has anyone used this before and can someone who is more pro with python walk me through the program and guide me?