Giter Site home page Giter Site logo

Comments (3)

TobyRoseman avatar TobyRoseman commented on August 22, 2024

What is the contents of /home/aa/Downloads/thesis-bitcoin-clustering-master/notebooks/blocks_0_10000? Looks like it's not an SFrame.

from turicreate.

arashsa2022 avatar arashsa2022 commented on August 22, 2024

Thanks for your response the blocks_0_10000 is a folder that contains below files which is the output of the (https://github.com/behas/bitcoingraph)
output of this script : bcgraph-export 0 1000 -u your_rpcuser -p your_rpcpass

addresses.csv: sorted list of Bitcoin addressed
addresses_header.csv
blocks.csv: list of blocks (hash, height, timestamp)
blocks_header.csv
transactions.csv: list of transactions (hash, coinbase/non-coinbase)
outputs.csv: list of transaction outputs (output key, id, value, script type)
rel_block_tx.csv: relationship between blocks and transactions (block_hash, tx_hash)
rel_input.csv: relationship between transactions and transaction outputs (tx_hash, output key)
rel_output_address.csv: relationship between outputs and addresses (output key, address)
rel_tx_output.csv: relationship between transactions and transaction outputs (tx_hash, output key)

from turicreate.

TobyRoseman avatar TobyRoseman commented on August 22, 2024

Take a look at the API for SFrame. You can pass a single csv file to SFrame(...) but you can't pass a directory of csv files.

from turicreate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.