Code Monkey home page Code Monkey logo

dapla-manual's People

Contributors

aecorn avatar akcssb avatar andilun avatar arneso-ssb avatar bjornandre avatar bjornroarjoneid avatar damirmedakovic avatar jonathan7ssb avatar mallport avatar mmj-ssb avatar mmwinther avatar mortewle avatar sjentoft avatar skars82 avatar ssberik avatar superjarle avatar vespertine13 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dapla-manual's Issues

READ in sas7bdat on Dapla

Add example in sub-chapter about how to read in sas7bdat-files on Dapla:


import pandas as pd

from dapla import FileClient

 

fs = FileClient.get_gcs_file_system()

 

sti = "gs://ssb-prod-eksempelbotte-data-produkt/undermappe/fil.sas7bdat"

 

with fs.open(sti) as sas:

    df = pd.read_sas(sas,

                     format='sas7bdat',

                     encoding='latin7'

                    )

Explain pre-installed packages in base-image

The book should explain:

  • How to list pre-installed packages from base-image? Both R and Python
  • How to get a package installed from other sources than Cran or PyPI? Like Github, internal, etc.

Add GitHub-explanation

Add explanations for:

  • how to give write access to repo
    • Recommend using AD-groups, and how to set it up (Settings, Collaborators and teams, Create team, add to AD-groupo under Identity Provider Groups, Select Groups)

Example-notebooks for new manual

New manual will include embedded notebooks.
Example-notebooks must therefore be created. For instance notebooks on GCS file-system, klass and statbank. Feel free to add more suggestions for embedded notebooks

Describe the terminal in more details

Jeg savner fortsatt en litt nærmere forklaring av terminalen/linux/operativsystemet til JupyterLab Dapla. Jeg forstår at det er Linux operativsystem, men hvor foreligger denne? den er vel en del av Dapla på en eller annen måte?
Blant seksjonene hører jeg noen kaller det "Linux i adminsonen" og noen sier "Dapla-Linux". Kanskje greit å få dette svart på hvitt så det ikke blir noen misforståelser her. adminsone kan jo tolkes som om det er på bakken, slik som linux i prodsone er, så hvor foreligger denne linux delen til JupyterLab Dapla seg?

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.