Hi:
As a Python user, I am really comfortable with
import PackageName as pn
like:
import pandas as pd
import numpy as np
etc…
Is there similar in Julia or planned in the future? It really helps to not mess up name spaces & find available method etc… And, I guess I can always do PackageName.{method}, but that’s verbose.
Thanks,
Sam,