Skip to content

[Backend] Django에서 integer list나 array를 쉽게 저장하는 방법 #96

@jangdonghae

Description

@jangdonghae

Django에서 integer list나 array를 쉽게 저장하는 방법 아시는 분 있나요?
지금 찾아보고 몇 개 구현해봤는데 잘 안되네요 ㄷㄷ

block_distribution field : 길이 5짜리 integer vector 저장
travel_feature_vector field : 길이 512짜리 float vector 저장

이거 두 개를 저장하는게 목표입니다

마땅한 방법이 더 없다면 string으로 저장해서 parsing할 예정입니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions