General Discussion

General Discussiondata dump

data dump in General Discussion
< blank >

    is there anyway to get a data dump on from my profile ?

    ham strokers ejacula

      what do you want?

      PROTECTHIMFROMWHATHEWANTS

        ?

        < blank >

          what i want ? simple csv file(or several) with the data dotabuff got from my profile

          TripleSteal-

            doesnt it appear in web page's code?

            < blank >

              @TripleSteal-

              huh ?

              < blank >

                so can anyone help with this ?

                TripleSteal-

                  im not sure i understood you, but
                  if you open the page in form of code (i dont remember hows that called formally, and not on my pc atm so cant check it fast), doesnt the data u need appear there? if u want to extract it, you can use something simple like python. it can both extract parts of code which you choose and create csv files.

                  这回复被编辑过
                  ham strokers ejacula

                    Dunno what you want but here are your matches in a crude dump

                    https://www.sendspace.com/file/u9up82

                    ham strokers ejacula

                      Add this as a module in excel to merge all the pages

                      Sub MergeDotabuff()
                      Dim ws As Worksheet

                      Application.ScreenUpdating = False
                      Sheets("Summary").Activate

                      For Each ws In Worksheets
                      If ws.Name <> "Summary" Then
                      ws.Range("Range goes here").Copy 'range is something like $B$1:$M$1
                      Worksheets("Summary").Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).PasteSpecial (xlPasteValues)
                      End If
                      Next ws
                      End Sub

                      Why would you want to use excel to extract the information anyways? Could you not extract the information you need via Google/Mozilla console using some code to pull it into a doc?

                      这回复被编辑过
                      < blank >

                        i was expecting more data, something i can plug into cloud.sagemath.com and do some stuff in R